Sign in
dart
/
sdk.git
/
f36420a912bb76b61fc8b934286df44dd1aff09b
/
.
/
pkg
/
front_end
/
testcases
/
rasta
/
issue_000080.dart.textual_outline_modelled.expect
blob: 8ed966c6706caf826262c74ae50f4a25c5a7f035 [
file
] [
log
] [
blame
]
class
Foo
extends
Object
with
Mixin
{
bar
()
=>
super
.
field
;
foo
()
=>
super
.
foo
();
}
class
Mixin
{
foo
()
=>
87
;
var
field
;
}
main
()
{}