Replace bytecode text test with a stepping test

#KT-62965
This commit is contained in:
Ilmir Usmanov
2024-01-18 00:32:33 +01:00
committed by Space Team
parent 2e32e13466
commit 19283048a8
11 changed files with 38 additions and 33 deletions
@@ -401,7 +401,7 @@ internal class FunctionReferenceLowering(private val context: JvmBackendContext)
samType: IrType,
lambdaMetafactoryArguments: LambdaMetafactoryArguments,
startOffset: Int = UNDEFINED_OFFSET,
endOffset:Int = UNDEFINED_OFFSET
endOffset: Int = UNDEFINED_OFFSET,
): IrCall {
val notNullSamType = samType.makeNotNull()
.removeAnnotations { it.type.classFqName in specialNullabilityAnnotationsFqNames }