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.expect
blob: 9c32609442a4d33273e81c0eb288ee4d715dc0f8 [
file
] [
log
] [
blame
]
class
A
{
dynamic
noSuchMethod
(
Invocation
i
)
{}
}
class
I
{
void
foo
()
{}
}
class
B
extends
A
implements
I
{}
main
()
{}