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() (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