Fix JS source maps for when expression

This commit is contained in:
Alexey Andreev
2017-06-23 12:19:48 +03:00
parent d613124cb1
commit be7f3a787c
6 changed files with 33 additions and 3 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ fun foo(): Int = 23
fun bar(): IntRange = 1000..2000
// LINES: 10 2 2 2 2 3 4 4 5 6 6 7 8 8 12 12 12 14 14 14
// LINES: 10 2 2 2 2 3 3 4 4 5 5 6 6 7 7 8 8 12 12 12 14 14 14