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