blob: c301e14c2046daf610e144b9cc2bdb7b83e1b1a6 [file] [log] [blame]
// @dart = 2.9
class C {
operator ==(other) => throw 'x';
test() {}
}
main() {}