Generated source map for JS function's closing curly bracket

This commit is contained in:
Alexey Andreev
2017-06-22 18:39:59 +03:00
parent 4e18ea2d04
commit 1e74325c52
57 changed files with 113 additions and 63 deletions
@@ -8,7 +8,7 @@ inline fun foo(x: String) {
println("foo2($x);")
}
// LINES: 7 8
// LINES: 9 7 8
// MODULE: main(lib)
// FILE: main.kt
@@ -21,4 +21,4 @@ fun box() {
foo("42")
}
// LINES: 7 20 7 8 20 8 7 21 7 8 21 8
// LINES: 22 7 20 7 8 20 8 7 21 7 8 21 8