blob: 198218bcbebc221e436dc5d7d095cfb870fd6547 [file] [log] [blame]
extension Extension on String {
int get noSuchMethod => 42;
void set hashCode(int value) {}
int runtimeType() => 0;
operator ==(other) => false;
static String toString() => 'Foo';
}
main() {}
errors() {}
expect(expected, actual) {}