Fix JS source maps for functions with expression body

This commit is contained in:
Alexey Andreev
2017-05-15 13:24:02 +03:00
parent 1014666937
commit ed592452a3
5 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ fun box(x: Int, y: Int): Int {
return foo(y)
}
// LINES: 2 4 2 5
// LINES: 2 2 4 2 5