Files
Alexander Udalov d757847ed6 JVM: enable -Xlambdas=class for some backend tests
These tests are checking the specifics of the class-generated lambdas.
2023-05-12 15:21:00 +00:00

11 lines
160 B
Kotlin
Vendored

// LAMBDAS: CLASS
fun foo() {
var a = {
}
}
// METHOD : LambdaAsVarKt$foo$a$1.invoke()V
// VARIABLE : NAME=this TYPE=LLambdaAsVarKt$foo$a$1; INDEX=0