c6a9c36275
#KT-16833 Fixed
14 lines
431 B
Plaintext
Vendored
14 lines
431 B
Plaintext
Vendored
2 D(int <bold>n</bold>, String s) {
|
|
4 @JvmOverloads constructor(<bold>n: Int</bold>, s: String = "???")
|
|
3 super(<bold>n</bold>, s);
|
|
2 D(int <bold>n</bold>, String s) {
|
|
|
|
7 class B1: A(<bold>1</bold>)
|
|
4 @JvmOverloads constructor(<bold>n: Int</bold>, s: String = "???")
|
|
7 class B1: A(<bold>1</bold>)
|
|
|
|
11 new A(<bold>1</bold>);
|
|
4 @JvmOverloads constructor(<bold>n: Int</bold>, s: String = "???")
|
|
11 new A(<bold>1</bold>);
|
|
|