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