[JS IR] Enable line number tests for JS IR
This commit is contained in:
+2
-1
@@ -5,4 +5,5 @@ fun box(x: Int, y: Int): Int {
|
||||
return foo(y)
|
||||
}
|
||||
|
||||
// LINES: 2 2 2 4 4 1 6 2 2 5 5
|
||||
// LINES(JS): 2 2 2 4 4 1 6 2 2 5 5
|
||||
// LINES(JS_IR): 5 5 * 4 4
|
||||
|
||||
Reference in New Issue
Block a user