JVM_IR KT-47939 fixes after review

This commit is contained in:
Dmitry Petrov
2021-12-01 09:03:33 +03:00
committed by TeamCityServer
parent e179598457
commit 9eeb8f54fb
4 changed files with 64 additions and 15 deletions
@@ -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