[JS IR] Enable line number tests for JS IR
This commit is contained in:
+2
-1
@@ -3,4 +3,5 @@ fun box() {
|
||||
println("bar")
|
||||
}
|
||||
|
||||
// LINES: 1 4 2 2 3 3
|
||||
// LINES(JS): 1 4 2 2 3 3
|
||||
// LINES(JS_IR): 2 2 3 3
|
||||
|
||||
Reference in New Issue
Block a user