From 7581e0bd8eb5e00b98be57218043a9cf3eff16d0 Mon Sep 17 00:00:00 2001 From: Yan Zhulanow Date: Thu, 20 Feb 2020 20:55:03 +0900 Subject: [PATCH] Unmute noParametersArgumentCallInExpression test in JVM IR backend --- .../lineNumber/custom/noParametersArgumentCallInExpression.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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