Sign in
dart
/
sdk.git
/
refs/tags/2.13.0-2.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
no_such_method_forwarders
/
same.dart.textual_outline_modelled.expect
blob: 7b3ce88a2e267617e89865f5b3bb499e3600eaae [
file
] [
log
] [
blame
]
class
A
{
dynamic
noSuchMethod
(
Invocation
i
)
{}
void
foo
();
}
main
()
{}