blob: 2c7a9fa1e7d760ab4ef4f80282c6e0cbcbef29bc [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) {}