Sign in
dart
/
sdk.git
/
refs/tags/2.13.0-2.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
no_such_method_forwarders
/
interface_with_concrete.dart.textual_outline_modelled.expect
blob: 0318a572e1b3208a14ba7e241bc22c19769362f6 [
file
] [
log
] [
blame
]
class
A
{
dynamic
noSuchMethod
(
Invocation
i
)
{}
}
class
B
extends
A
implements
I
{}
class
I
{
void
foo
()
{}
}
main
()
{}