Sign in
dart
/
sdk.git
/
refs/tags/2.13.0-2.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
no_such_method_forwarders
/
nsm_mixed_in.dart.textual_outline.expect
blob: eece1da273a38c674c5b35955abc33950e29c7d2 [
file
] [
log
] [
blame
]
class
A
{
dynamic
noSuchMethod
(
Invocation
i
)
{}
}
class
B
extends
Object
with
A
{
void
foo
();
}
main
()
{}