Fix JS source maps for optional arguments
Also, when function has expression body, use expression instead of function declaration to mark return statement.
This commit is contained in:
+1
-1
@@ -7,4 +7,4 @@ fun box(
|
||||
println(y)
|
||||
}
|
||||
|
||||
// LINES: 2 2 3 4 6 7
|
||||
// LINES: 2 2 3 3 4 6 7
|
||||
Reference in New Issue
Block a user