Sign in
dart
/
sdk
/
a1c7ce3d8d1036b14541468d97ef04fb636de120
/
.
/
pkg
/
front_end
/
testcases
/
general
/
override.dart.textual_outline.expect
blob: 272b93030e218a63977e79881f4bfb187e505b76 [
file
] [
log
] [
blame
]
class
Foo
{}
class
Bar
extends
Foo
{}
class
Base
{
Foo
method
()
{}
}
class
Sub
extends
Base
{
Foo
method
()
{}
}
main
(
List
<
String
>
args
)
{}