class C { constructor(x = this) { } } class D { constructor(x = this) { } } class E { constructor(public x = this) { } }