diff --git a/compiler/testData/codegen/box/callableReference/function/kt32462.kt b/compiler/testData/codegen/box/callableReference/function/kt32462.kt index 5a89f56cd65..2ecc89e260f 100644 --- a/compiler/testData/codegen/box/callableReference/function/kt32462.kt +++ b/compiler/testData/codegen/box/callableReference/function/kt32462.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +NewInference // IGNORE_BACKEND_FIR: JVM_IR +// KJS_WITH_FULL_RUNTIME // WITH_RUNTIME // ISSUE: KT-32462