[lc] KotlinAsJavaSupportBase: implement getLightClassForScript

^KT-50241
This commit is contained in:
Dmitry Gridin
2022-09-01 18:59:18 +02:00
committed by Space
parent 46548e5443
commit e58b98bb5c
7 changed files with 29 additions and 66 deletions
@@ -87,7 +87,7 @@ class SymbolKotlinAsJavaSupport(project: Project) : KotlinAsJavaSupportBase<KtMo
.getKotlinSubPackageFqNames(fqn)
.map { fqn.child(it) }
override fun getLightClassForScript(script: KtScript): KtLightClass = error("Should not be called")
override fun createInstanceOfLightScript(script: KtScript): KtLightClass? = error("Should not be called")
override fun KtFile.findModule(): KtModule = getKtModule(project)