Fix generation of JS source maps for synthetic code in constructors

This commit is contained in:
Alexey Andreev
2017-05-03 14:22:18 +03:00
parent 4332f1cb2c
commit fb3a864892
8 changed files with 70 additions and 20 deletions
@@ -12,4 +12,4 @@ object O {
val y = 23
}
// LINES: 2 3 4 6 7 8 12
// LINES: 2 3 4 6 7 8 11 12