Fix generation of JS source maps for long literals
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun foo() {
|
||||
println(
|
||||
23L)
|
||||
println(
|
||||
0L)
|
||||
}
|
||||
|
||||
// LINES: 2 3 4 5
|
||||
Reference in New Issue
Block a user