JVM_IR KT-47939 fixes after review
This commit is contained in:
committed by
TeamCityServer
parent
e179598457
commit
9eeb8f54fb
+1
-1
@@ -789,7 +789,7 @@ internal class FunctionReferenceLowering(private val context: JvmBackendContext)
|
||||
call.putValueArgument(index++, irString(""))
|
||||
// signature: ""
|
||||
call.putValueArgument(index++, irString(""))
|
||||
// flags: 8 = 4 << 1
|
||||
// flags: 8 = 3 << 1
|
||||
call.putValueArgument(index, irInt(8))
|
||||
} else if (!isLambda && useOptimizedSuperClass) {
|
||||
val callableReferenceTarget = adaptedReferenceOriginalTarget ?: callee
|
||||
|
||||
Reference in New Issue
Block a user