Sign in
dart
/
sdk.git
/
3d6462e70fbf3ad693508d6ca9a205f10cdb22f2
/
.
/
pkg
/
front_end
/
testcases
/
dartdevc
/
issue47313.dart.textual_outline_modelled.expect
blob: acd5db2874e8b5037fc8a30e209f81f75bd7fbdd [
file
] [
log
] [
blame
]
class
A
<
X
>
{}
class
C
<
X
>
=
A
<
X
>
with
M
;
main
()
{}
mixin M
{}