Fix generation of JS source maps for closures
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun box(x: Int, y: Int): Int {
|
||||
fun foo(
|
||||
z: Int) =
|
||||
x + z
|
||||
return foo(y)
|
||||
}
|
||||
|
||||
// LINES: 2 4 2 5
|
||||
Reference in New Issue
Block a user