Sign in
dart
/
sdk.git
/
dbc9c86f05f5d06bdb93d88c75ea0c72340face6
/
.
/
pkg
/
front_end
/
testcases
/
general
/
issue41070.dart.textual_outline_modelled.expect
blob: a365a9c5b0c6f87f79ddf9ffabc904270a9b91cb [
file
] [
log
] [
blame
]
class
Application
=
Base
with
Mixin
;
class
Base
{
const
Base
(
this
.
x
);
final
int
x
;
}
expect
(
expected
,
actual
)
{}
main
()
{}
mixin
Mixin
{}