blob: aa3a0041fd368f4aa8af25a7568bf73ac7b47e0c [file] [log] [blame]
class C {
operator ==(other) => throw 'x';
test() {}
}
main() {}