[JS IR] Enable line number tests for JS IR

This commit is contained in:
Sergej Jaskiewicz
2022-03-03 13:40:46 +03:00
committed by Space
parent dc9652e9ce
commit e0dcb0975a
56 changed files with 549 additions and 73 deletions
@@ -8,7 +8,8 @@ inline fun foo(x: String) {
println("foo2($x);")
}
// LINES: 6 6 6 6 6 9 7 7 8 8
// LINES(JS): 6 6 6 6 6 9 7 7 8 8
// LINES(JS_IR): 7 7 8 8
// MODULE: main(lib)
// FILE: main.kt
@@ -21,4 +22,5 @@ fun box() {
foo("42")
}
// LINES: 6 19 22 7 7 20 7 8 8 20 8 7 7 21 7 8 8 21 8
// LINES(JS): 6 20 23 7 7 21 7 8 8 21 8 7 7 22 7 8 8 22 8
// LINES(JS_IR): 7 7 8 8 7 7 8 8