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
+1 -1
View File
@@ -26,4 +26,4 @@ fun bar(vararg x: Any?) {
println(x)
}
// LINES: 3 4 5 6 7 8 9 10 13 14 15 16 17 18 19 20 * 26
// LINES: 1 22 3 4 5 6 7 8 9 10 13 14 15 16 17 18 19 20 * 27 26