blob: 5bcbbee0b00ecd18fe787e2af683cfb6fced7e53 [file] [log] [blame]
// IS_APPLICABLE: false
class A(val x: String) {
class C {<caret>}
constructor(x: String, y: Int) : this(x) {
}
}