Disable FIR box test for callable references to vararg function

This commit is contained in:
Pavel Kirpichenkov
2019-11-22 14:38:37 +03:00
parent 4267e9e3d0
commit 8c103629a6
@@ -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