diff --git a/compiler/testData/lineNumber/custom/whenSubject.kt b/compiler/testData/lineNumber/custom/whenSubject.kt index 4de001b26a1..93a63c312b4 100644 --- a/compiler/testData/lineNumber/custom/whenSubject.kt +++ b/compiler/testData/lineNumber/custom/whenSubject.kt @@ -12,8 +12,8 @@ fun foo(x: Int) { } } -// 2 3 4 5 6 +8 9 10 11 8 13 - // JVM_IR also generates a LINENUMBER 12, which seems consistent with the fact that // there is a LINENUMBER 6, but still fails the test. // IGNORE_BACKEND: JVM_IR + +// 2 3 4 5 6 +8 9 10 11 8 13 \ No newline at end of file