FIR: Get rid of FirRegularClass::setCallbackOnSupertypesComputed

This commit is contained in:
Denis Zharkov
2019-08-27 20:12:27 +03:00
parent 122c229a8b
commit 106b6c901d
4 changed files with 0 additions and 20 deletions
@@ -59,8 +59,5 @@ class FirJavaClass internal constructor(
return this
}
override fun setCallbackOnSupertypesComputed(callback: () -> Unit) =
error("Supertypes computation should happen just before the instance is published")
override var supertypesComputationStatus = FirClassLikeDeclaration.SupertypesComputationStatus.NOT_COMPUTED
}