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