Fix generation of JS source maps for class properties
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class A(
|
||||
val x: Int,
|
||||
val y: String
|
||||
)
|
||||
|
||||
fun foo() {
|
||||
A(23, "foo")
|
||||
}
|
||||
|
||||
// LINES: 2 3 * 7
|
||||
Reference in New Issue
Block a user