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