JVM: CHECK_BYTECODE_TEST directive + use it in INVOKEDYNAMIC tests
This commit is contained in:
committed by
TeamCityServer
parent
ca352c9556
commit
162363a324
Vendored
+4
@@ -2,6 +2,10 @@
|
||||
// JVM_TARGET: 1.8
|
||||
// LAMBDAS: INDY
|
||||
|
||||
// CHECK_BYTECODE_TEXT
|
||||
// JVM_IR_TEMPLATES
|
||||
// 1 java/lang/invoke/LambdaMetafactory
|
||||
|
||||
inline class Z(val value: Int?)
|
||||
|
||||
fun foo1(fs: (Z) -> Z) = fs(Z(1))
|
||||
|
||||
Reference in New Issue
Block a user