166167168169170171172173174175176
@NotNull public String getFirstFile() { Type bt = type; if (bt instanceof ModuleType) { String file = bt.asModuleType().file; return file != null ? file : "<built-in module>"; } String file = getFile(); if (file != null) {