Fix JS source maps for functions with expression body
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun box() =
|
||||
foo()
|
||||
|
||||
fun foo() =
|
||||
23
|
||||
|
||||
// LINES: 1 2 4 5
|
||||
Reference in New Issue
Block a user