Light classes: analyzeFully() --> analyzeWithDeclarations()

This commit is contained in:
Mikhail Glukhikh
2018-02-14 13:49:22 +03:00
parent eabc7c9ba8
commit cd1745d354
4 changed files with 5 additions and 4 deletions
@@ -237,7 +237,7 @@ class IDELightClassGenerationSupport(private val project: Project) : LightClassG
override fun analyze(element: KtElement) = element.analyze(BodyResolveMode.PARTIAL)
override fun analyzeFully(element: KtElement) = element.analyzeFully()
override fun analyzeWithDeclarations(element: KtClassOrObject) = element.analyzeWithDeclarations()
override fun getFacadeNames(packageFqName: FqName, scope: GlobalSearchScope): Collection<String> {
val facadeFilesInPackage = runReadAction {