compilableFileType
This commit is contained in:
@@ -15,5 +15,6 @@ public class JetCompilerManager {
|
|||||||
manager.addTranslatingCompiler(new JetCompiler(),
|
manager.addTranslatingCompiler(new JetCompiler(),
|
||||||
Collections.<FileType>singleton(JetFileType.INSTANCE),
|
Collections.<FileType>singleton(JetFileType.INSTANCE),
|
||||||
Collections.singleton(StdFileTypes.CLASS));
|
Collections.singleton(StdFileTypes.CLASS));
|
||||||
|
manager.addCompilableFileType(JetFileType.INSTANCE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user