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