Fix generation of source maps for synthetic code in enums in JS BE
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
enum class E {
|
||||
X,
|
||||
Y,
|
||||
Z {
|
||||
init {
|
||||
println("Z")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// LINES: 1 1 1 1 2 3 4 * 2 2 * 3 3 4 4 6 * 1 * 1 1 1 1 1 1
|
||||
Reference in New Issue
Block a user