Sign in
dart
/
sdk
/
e3e82c95cb3782515e5775bd8da170fd6771a723
/
.
/
pkg
/
front_end
/
testcases
/
nnbd
/
dynamic_object_call.dart.textual_outline.expect
blob: ad085e975bf6c6903cde4848a1dc69154db8e378 [
file
]
class
Class
{
@override
noSuchMethod
(
Object
o
,
{
String
foo
=
''
})
=>
42
;
@override
toString
({
String
foo
=
''
})
=>
'foo'
;
}
main
()
{}
test
()
{}