Change Signature: Support refactoring of primary/secondary constructor by delegation call reference
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
open class K: J {
|
||||
constructor(a: Int): super(a, "foo") {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
J(1, "foo")
|
||||
}
|
||||
Reference in New Issue
Block a user