JVM_IR: use IrBuiltIns instead of descriptor in IrTypeMapper
This commit is contained in:
committed by
teamcityserver
parent
2f697e9195
commit
a4cebeea36
+1
-1
@@ -270,6 +270,6 @@ private class IrTypeCheckerContextForTypeMapping(
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun functionNTypeConstructor(n: Int): IrClassSymbol {
|
override fun functionNTypeConstructor(n: Int): IrClassSymbol {
|
||||||
return backendContext.referenceClass(backendContext.builtIns.getFunction(n))
|
return backendContext.irBuiltIns.functionN(n).symbol
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user