Minor, inline unnecessary method of TopDownAnalyzerFacadeForJVM

The TopDownAnalysisMode parameter was TopLevelDeclarations everywhere
This commit is contained in:
Alexander Udalov
2016-05-19 20:25:38 +03:00
parent 0124cb64f0
commit a85e98a078
7 changed files with 8 additions and 31 deletions
@@ -326,7 +326,7 @@ object KotlinToJVMBytecodeCompiler {
val moduleContext =
TopDownAnalyzerFacadeForJVM.createContextWithSealedModule(environment.project, environment.getModuleName())
return TopDownAnalyzerFacadeForJVM.analyzeFilesWithJavaIntegrationWithCustomContext(
return TopDownAnalyzerFacadeForJVM.analyzeFilesWithJavaIntegration(
moduleContext,
environment.getSourceFiles(),
sharedTrace,