Fix JS source maps for string literals

This commit is contained in:
Alexey Andreev
2017-05-10 20:21:20 +03:00
parent 8dae399945
commit 9692c02f6e
3 changed files with 14 additions and 1 deletions
@@ -0,0 +1,7 @@
fun box(x: Int): String {
return "" +
x +
"suffix"
}
// LINES: 2 3 4