blob: 73509bdb04ad7f3efc27726526db4baef12567e4 [file]
// "Insert 'this()' call" "true"
class A() {
constructor(x: String)<caret> : this() {
}
}