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