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