JVM: prepare asmLike tests for indy lambdas by default
Use -Xlambdas=class in tests which were checking specific things related to how anonymous classes for lambdas work (such as receiver mangling, function arity etc.)
This commit is contained in:
committed by
Space Team
parent
4c4afbd646
commit
163afc94bc
+1
@@ -1,6 +1,7 @@
|
||||
// !LANGUAGE: -NewCapturedReceiverFieldNamingConvention
|
||||
// IR_DIFFERENCE
|
||||
// LOCAL_VARIABLE_TABLE
|
||||
// LAMBDAS: CLASS
|
||||
|
||||
fun String.foo(count: Int) {
|
||||
val x = false
|
||||
|
||||
Reference in New Issue
Block a user