blob: d1b3451361f3e2463839b88ec7a5d5126a4af244 [file] [log] [blame]
extension type V1.n0(int id) {
V1.new(this.id) {}
V1.n1([int x = 0]) : id = x {}
V1.n2(int id) : this.n1(id);
}
main() {}
expect(expected, actual) {}