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