IR: fix deserialization of publicly visible type parameters
This commit is contained in:
committed by
TeamCityServer
parent
3cc883cf7b
commit
b6ddd758ec
+1
-1
@@ -69,7 +69,7 @@ fun deserializeFromByteArray(
|
||||
fileSymbol = dummyIrFile.symbol,
|
||||
/* TODO */ actuals = emptyList(),
|
||||
enqueueLocalTopLevelDeclaration = {}, // just link to it in symbolTable
|
||||
handleExpectActualMapping = { _, _ -> TODO() }
|
||||
handleExpectActualMapping = { _, symbol -> symbol } no expect declarations
|
||||
) { idSignature, symbolKind ->
|
||||
referencePublicSymbol(symbolTable, descriptorFinder, idSignature, symbolKind)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user