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