14 lines
431 B
Plaintext
Vendored
14 lines
431 B
Plaintext
Vendored
2 D(int <bold>n</bold>, String s) {
|
|
5 @JvmOverloads constructor(<bold>n: Int</bold>, s: String = "???")
|
|
3 super(<bold>n</bold>, s);
|
|
2 D(int <bold>n</bold>, String s) {
|
|
|
|
8 class B1: A(<bold>1</bold>)
|
|
5 @JvmOverloads constructor(<bold>n: Int</bold>, s: String = "???")
|
|
8 class B1: A(<bold>1</bold>)
|
|
|
|
11 new A(<bold>1</bold>);
|
|
5 @JvmOverloads constructor(<bold>n: Int</bold>, s: String = "???")
|
|
11 new A(<bold>1</bold>);
|
|
|