PSI2IR: SAM conversion in varargs
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
// !LANGUAGE: +NewInference +FunctionalInterfaceConversion +SamConversionPerArgument
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
|
||||
fun interface MyRunnable {
|
||||
fun run()
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// FILE: kt31908.kt
|
||||
fun box(): String {
|
||||
var result = "failed"
|
||||
|
||||
Reference in New Issue
Block a user