Remove all type system-specific inheritors of TypeCheckerState
This commit is contained in:
+1
-1
@@ -229,7 +229,7 @@ internal class CollectionStubMethodLowering(val context: JvmBackendContext) : Cl
|
||||
}
|
||||
|
||||
private fun createTypeCheckerState(overrideFun: IrSimpleFunction, parentFun: IrSimpleFunction): TypeCheckerState =
|
||||
IrTypeCheckerState(
|
||||
createIrTypeCheckerState(
|
||||
IrTypeSystemContextWithAdditionalAxioms(
|
||||
context.typeSystem,
|
||||
overrideFun.typeParameters,
|
||||
|
||||
Reference in New Issue
Block a user