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