8 lines
127 B
Plaintext
Vendored
8 lines
127 B
Plaintext
Vendored
open class A(n: Int, val i: Int, s: String = "") {
|
|
|
|
}
|
|
|
|
class B(
|
|
// INFO: {"checked": "true"}
|
|
i: Int
|
|
) : A(1, i) |