Broght back a condition lost during a refactoring
This commit is contained in:
committed by
romanart
parent
2cde7f2402
commit
597e760fab
+1
-1
@@ -320,7 +320,7 @@ abstract class KotlinIrLinker(
|
|||||||
|
|
||||||
resolvedForwardDeclarations[key]?.let {
|
resolvedForwardDeclarations[key]?.let {
|
||||||
val fdState = getStateForID(it)
|
val fdState = getStateForID(it)
|
||||||
fdState.addUniqID(it)
|
if (it !in fdState) fdState.addUniqID(it)
|
||||||
}
|
}
|
||||||
|
|
||||||
referenceDeserializedSymbol(proto, descriptor)
|
referenceDeserializedSymbol(proto, descriptor)
|
||||||
|
|||||||
Reference in New Issue
Block a user