FIR2IR: element-wise SAM conversion for vararg
This commit is contained in:
committed by
Mikhail Glukhikh
parent
5d394528f6
commit
bc6693fa6e
@@ -1,5 +1,4 @@
|
||||
// !LANGUAGE: +NewInference +FunctionalInterfaceConversion +SamConversionPerArgument
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
|
||||
fun interface MyRunnable {
|
||||
fun run()
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// FILE: kt31908.kt
|
||||
fun box(): String {
|
||||
var result = "failed"
|
||||
|
||||
Reference in New Issue
Block a user