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
@@ -162,7 +162,7 @@ class CliLightClassGenerationSupport(project: Project) : LightClassGenerationSup
override fun analyze(element: KtElement) = bindingContext
override fun analyzeFully(element: KtElement) = bindingContext
override fun analyzeWithDeclarations(element: KtClassOrObject) = bindingContext
override fun getFacadeClasses(facadeFqName: FqName, scope: GlobalSearchScope): Collection<PsiClass> {
val filesForFacade = findFilesForFacade(facadeFqName, scope)