blob: 3678eb8971b3dad24bf2f759530ee7613fb94443 [file] [log] [blame]
class A(val x: String) {
class C {<caret>}
fun foo() {
}
constructor(x: String, y: Int) : this(x) {
}
}