Sign in
dart
/
sdk.git
/
284a7ee8c5b78c51a1cac9c770244d8093ba121c
/
.
/
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
()
{}