blob: 45ad98be6ffadc91dabfd1e18683de4d342c166c [file]
class C {
new new();
const new new();
new new() : this.x = 0;
const new new() : this.x = 0;
new new() {}
const new new() {}
new new() : this.x = 0 {}
const new new() : this.x = 0 {}
}