Replace bytecode text test with a stepping test
#KT-62965
This commit is contained in:
committed by
Space Team
parent
2e32e13466
commit
19283048a8
+1
-1
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user