class Ref { constructor(ref = Ref) { this.ref = ref } } class X { constructor(x = foo) { this.x = x } }