Temporary workaround for compilation errors in KotlinLightClassForPackage

This commit is contained in:
Alexander Udalov
2015-02-09 12:41:59 +03:00
parent 6f6a65cb8d
commit 720942b05f
@@ -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