Sign in
dart
/
sdk
/
f75a80392efa9aa1cf7916b5d0b58441453f94c5
/
.
/
pkg
/
front_end
/
testcases
/
dartdevc
/
issue47313.dart.textual_outline.expect
blob: 8d96b333f009efd913d9ce79548d45f86825e6de [
file
] [
log
] [
blame
]
class
A
<
X
>
{}
mixin M
{}
class
C
<
X
>
=
A
<
X
>
with
M
;
main
()
{}