Disable FIR box test for callable references to vararg function
This commit is contained in:
Vendored
+1
@@ -1,5 +1,6 @@
|
||||
// !LANGUAGE: +NewInference
|
||||
// DONT_RUN_GENERATED_CODE: JS
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
|
||||
fun sum(vararg args: Int): Int {
|
||||
var result = 0
|
||||
|
||||
Reference in New Issue
Block a user