[FIR IDE] Implement own fir light classes support

This commit is contained in:
Igor Yakovlev
2021-07-01 12:57:11 +02:00
parent 7fff282565
commit b64f7909b8
15 changed files with 209 additions and 73 deletions
@@ -129,4 +129,7 @@ class CliKotlinAsJavaSupport(
PsiSearchScopeUtil.isInScope(searchScope, it)
}.orEmpty()
}
override fun createFacadeForSyntheticFile(facadeClassFqName: FqName, file: KtFile): PsiClass =
error("Should not be called")
}