Pull Up/Extract Super: Support properties declared in the primary constructor
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
open class A(n: Int, val i: Int, s: String = "") {
|
||||
|
||||
}
|
||||
|
||||
class B(
|
||||
// INFO: {"checked": "true"}
|
||||
i: Int
|
||||
) : A(1, i)
|
||||
Reference in New Issue
Block a user