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