JVM_IR indy: use 'CLASS' mode in SAM bytecode listing tests

KT-44278 KT-26060 KT-42621
This commit is contained in:
Dmitry Petrov
2021-02-09 10:26:50 +03:00
parent 7564c9bb8c
commit 3438d19c22
22 changed files with 103 additions and 11 deletions
@@ -1,3 +1,4 @@
// KOTLIN_CONFIGURATION_FLAGS: SAM_CONVERSIONS=CLASS
class A {
fun test1a() = B().runnable1()
fun test1b() = B().runnable1()