Sign in
dart
/
sdk.git
/
dbc9c86f05f5d06bdb93d88c75ea0c72340face6
/
.
/
pkg
/
front_end
/
testcases
/
general
/
mixin_class_declaration.dart.textual_outline.expect
blob: 933b45dc9656368e430a6fee9ef9ca7e590a1d0d [
file
] [
log
] [
blame
]
// @dart = 2.19
mixin
class
A
{}
abstract
mixin
class
B
{}
mixin M
{}
mixin
class
C
=
Object
with
M
;