diff --git a/compiler/testData/lineNumber/custom/noParametersArgumentCallInExpression.kt b/compiler/testData/lineNumber/custom/noParametersArgumentCallInExpression.kt index efb008da3ba..46a34bcae2d 100644 --- a/compiler/testData/lineNumber/custom/noParametersArgumentCallInExpression.kt +++ b/compiler/testData/lineNumber/custom/noParametersArgumentCallInExpression.kt @@ -8,5 +8,5 @@ inline fun lookAtMe(f: () -> Int) { val a = 21 a + f() } -// IGNORE_BACKEND: JVM_IR + // 2 13 14 3 15 5 8 9 10 \ No newline at end of file