blob: 6ecf60143ec41dcef890c1ce36baf497bd2d599b [file] [log] [blame]
library test;
class A {
A(this.foo);
bool operator ==(Object other) {}
final String foo;
}
main() {}