blob: 5c9aa730e195687e94f3a05f315a27f55bed1769 [file] [log] [blame]
class Class {
@override
noSuchMethod(Object o, {String foo = ''}) => 42;
@override
toString({String foo = ''}) => 'foo';
}
main() {}
test() {}