Fix JS source maps for lambdas with captured variables

This commit is contained in:
Alexey Andreev
2017-06-23 13:43:48 +03:00
parent ec2a5bf0ee
commit d8fe7e55db
5 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ fun box(x: Int, y: Int): Int {
return foo(y)
}
// LINES: 2 2 4 4 6 2 2 5 5
// LINES: 2 2 2 4 4 6 2 2 5 5