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