Convert AnalyzeExhaust to Kotlin and make it a data class

This commit is contained in:
Pavel V. Talanov
2014-11-19 19:43:05 +03:00
parent 341d4a7a26
commit 1991f0119e
14 changed files with 77 additions and 104 deletions
@@ -66,7 +66,7 @@ class ProjectBasedResolverForDecompiler(project: Project) : ResolverForDecompile
TopDownAnalyzerFacadeForJVM.analyzeFilesWithJavaIntegration(
project, listOf(), BindingTraceContext(), { false },
module, null, null
).getModuleDescriptor()
).moduleDescriptor
}
override fun resolveTopLevelClass(classId: ClassId): ClassDescriptor? {