Even if we do factories someday, double constructors like this shouldn't be allowed: ```ts $ export class Test { public x: Float64; public y: Float64; public constructor() { this.y = this.x; } } interactive#4: Test ```
Even if we do factories someday, double constructors like this shouldn't be allowed: