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