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