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
@@ -0,0 +1,7 @@
fun box() =
foo()
fun foo() =
23
// LINES: 1 2 4 5