Enable lightweight lambdas (aka invokedynamic) since 2.0
#KT-45375 Fixed #KT-58173 Open
This commit is contained in:
committed by
Space Team
parent
b1b33475fa
commit
3f034e8b67
@@ -14,7 +14,11 @@ suspend fun box() {
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:9 box
|
||||
// test.kt:5 foo
|
||||
// EXPECTATIONS ClassicFrontend JVM_IR
|
||||
// test.kt:10 invoke
|
||||
// EXPECTATIONS FIR JVM_IR
|
||||
// test.kt:10 box$lambda$0
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:5 foo
|
||||
// test.kt:9 box
|
||||
// test.kt:12 box
|
||||
|
||||
Reference in New Issue
Block a user