[JS IR] Enable line number tests for JS IR
This commit is contained in:
+2
-1
@@ -9,4 +9,5 @@ fun box(x: String?) {
|
||||
|
||||
fun foo() = "bar"
|
||||
|
||||
// LINES: 3 8 7 7 4 4 4 5 5 7 7 7 7 * 5 4 5 10 10 10 * 1 * 1
|
||||
// LINES(JS): 3 8 7 7 4 4 4 5 5 7 7 7 7 * 5 4 5 10 10 10 * 1 * 1
|
||||
// LINES(JS_IR): 1 1 * 1 1 * 4 5 5 * 5 * 7 7 7 * 5 4 4 * 10 10 * 1
|
||||
|
||||
Reference in New Issue
Block a user