[K/JS] Add support of compilation with ES-classes
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// EXPECTED_REACHABLE_NODES: 1341
|
||||
|
||||
open class A(val x: Int, val y: Int) {
|
||||
constructor(x: Int) : this(x, x)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user