diff --git a/compiler/fir/java/src/org/jetbrains/kotlin/fir/java/FirJavaElementFinder.kt.183 b/compiler/fir/java/src/org/jetbrains/kotlin/fir/java/FirJavaElementFinder.kt.183 index 2d2b30db068..c5b247b8ff3 100644 --- a/compiler/fir/java/src/org/jetbrains/kotlin/fir/java/FirJavaElementFinder.kt.183 +++ b/compiler/fir/java/src/org/jetbrains/kotlin/fir/java/FirJavaElementFinder.kt.183 @@ -136,7 +136,6 @@ private fun PsiClassStubImpl<*>.addSupertypesReferencesLists( superTypeRefs: List, session: FirSession ) { - if (firRegularClass.supertypesComputationStatus == SupertypesComputationStatus.COMPUTING) return require(superTypeRefs.all { it is FirResolvedTypeRef }) { "Supertypes for light class $qualifiedName are being added too early" }