Change Signature: Add tests for secondary constructors and delegation calls
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class K: J {
|
||||
constructor(a: Int): super(a) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
J(1)
|
||||
}
|
||||
Reference in New Issue
Block a user