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