[JS IR] Enable line number tests for JS IR
This commit is contained in:
+2
-1
@@ -18,4 +18,5 @@ val o = object : I {
|
||||
}
|
||||
}
|
||||
|
||||
// LINES: 1 2 3 2 2 2 2 2 2 2 * 11 12 12 12 15 15 15 16 18 17 17
|
||||
// LINES(JS): 1 2 3 2 2 2 2 2 2 2 * 11 12 12 12 15 15 15 16 18 17 17
|
||||
// LINES(JS_IR): 11 11 * 3 3 * 1 1 * 1 1 * 1 1 * 12 12 * 17 17 * 15 15 * 11
|
||||
|
||||
Reference in New Issue
Block a user