Temporary workaround for compilation errors in KotlinLightClassForPackage
This commit is contained in:
+6
-2
@@ -99,9 +99,13 @@ public class KotlinLightClassForPackage private(
|
||||
(getDelegate().getContainingFile() as ClsFileImpl).getStub()
|
||||
}
|
||||
|
||||
override fun getOrigin(): JetClassOrObject? = null
|
||||
// TODO: this is a temporary workaround for a strange compilation error
|
||||
suppress("VIRTUAL_MEMBER_HIDDEN")
|
||||
public fun getOrigin(): JetClassOrObject? = null
|
||||
|
||||
override fun getFqName(): FqName = packageClassFqName
|
||||
// TODO: this is a temporary workaround for a strange compilation error
|
||||
suppress("VIRTUAL_MEMBER_HIDDEN")
|
||||
public fun getFqName(): FqName = packageClassFqName
|
||||
|
||||
override fun getModifierList() = modifierList
|
||||
|
||||
|
||||
Reference in New Issue
Block a user