Provide more source map info about statements in JS tests

This commit is contained in:
Alexey Andreev
2017-06-23 11:40:08 +03:00
parent fa95f78e78
commit 64f335380f
41 changed files with 50 additions and 42 deletions
@@ -8,7 +8,7 @@ inline fun foo(x: String) {
println("foo2($x);")
}
// LINES: 9 7 8
// LINES: 9 7 7 8 8
// MODULE: main(lib)
// FILE: main.kt
@@ -21,4 +21,4 @@ fun box() {
foo("42")
}
// LINES: 22 7 20 7 8 20 8 7 21 7 8 21 8
// LINES: 22 7 7 20 7 8 8 20 8 7 7 21 7 8 8 21 8