Fix JS source maps for when expression
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
fun box(x: Int) {
|
||||
println(
|
||||
when (
|
||||
x
|
||||
) {
|
||||
1,
|
||||
2,
|
||||
3 ->
|
||||
55
|
||||
|
||||
4,
|
||||
5 ->
|
||||
66
|
||||
|
||||
else ->
|
||||
77
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
// LINES: 19 4 4 3 6 4 6 4 7 4 8 9 9 11 4 11 4 12 13 13 16 16 2
|
||||
Reference in New Issue
Block a user