IR: remove an overly optimistic assert
This commit is contained in:
committed by
TeamCityServer
parent
c3a94e1e62
commit
9d0c6fb157
-1
@@ -303,7 +303,6 @@ class IrDeclarationDeserializer(
|
||||
val flags = ClassFlags.decode(fcode)
|
||||
|
||||
symbolTable.declareClass(signature, { symbol as IrClassSymbol }) {
|
||||
assert(it === symbol)
|
||||
irFactory.createClass(
|
||||
startOffset, endOffset, origin,
|
||||
it,
|
||||
|
||||
Reference in New Issue
Block a user