blob: 70a209d657e7fa1df4a5d0868a5d4e184f5f90ed [file] [log] [blame]
// IS_APPLICABLE: false
class Foo() {
constructor(a: Int) : this() <caret>{
//comment
}
}