ba92dcb737
#KT-14890 Fixed
10 lines
116 B
Plaintext
Vendored
10 lines
116 B
Plaintext
Vendored
class A(val x: String) {
|
|
|
|
class C
|
|
|
|
fun foo() {
|
|
}
|
|
|
|
constructor(x: String, y: Int) : this(x) {
|
|
}
|
|
} |