Sign in
dart
/
sdk.git
/
dbc9c86f05f5d06bdb93d88c75ea0c72340face6
/
.
/
pkg
/
front_end
/
testcases
/
general
/
issue47495.dart.textual_outline.expect
blob: f665167039dbf46d93b83d6a2a58e1c1df90786e [
file
] [
log
] [
blame
]
// @dart = 2.13
class
S
{}
class
M
{}
typedef
SAlias
=
S
;
typedef
MAlias
=
M
;
class
C
=
SAlias
with
MAlias
;
main
()
{}