Fix JS source maps for properties without initializer
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
open class A {
|
||||
val x: Int
|
||||
|
||||
open val y: Int
|
||||
|
||||
init {
|
||||
x = 23
|
||||
y = 42
|
||||
}
|
||||
}
|
||||
|
||||
// LINES: 2 4 7 8 4
|
||||
Reference in New Issue
Block a user