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:
@@ -4,4 +4,4 @@ fun box() =
|
||||
fun foo() =
|
||||
23
|
||||
|
||||
// LINES: 1 2 4 5
|
||||
// LINES: 2 5
|
||||
Reference in New Issue
Block a user