Drop temporary workaround, problem is fixed now

This commit is contained in:
Alexander Udalov
2015-02-10 16:08:50 +03:00
parent cd6d04b3ba
commit 63959c2ebf
@@ -97,13 +97,9 @@ public class KotlinLightClassForPackage private(
(getDelegate().getContainingFile() as ClsFileImpl).getStub()
}
// TODO: this is a temporary workaround for a strange compilation error
suppress("VIRTUAL_MEMBER_HIDDEN")
public fun getOrigin(): JetClassOrObject? = null
override fun getOrigin(): JetClassOrObject? = null
// TODO: this is a temporary workaround for a strange compilation error
suppress("VIRTUAL_MEMBER_HIDDEN")
public fun getFqName(): FqName = packageClassFqName
override fun getFqName(): FqName = packageClassFqName
override fun getModifierList() = modifierList