Sign in
dart
/
sdk.git
/
dbc9c86f05f5d06bdb93d88c75ea0c72340face6
/
.
/
pkg
/
front_end
/
testcases
/
general
/
sealed_class_declaration.dart.textual_outline.expect
blob: 93b42c7169a1a1aafd8cd3dc1877a730d1d0f14d [
file
] [
log
] [
blame
]
// @dart = 2.18
sealed
class
A
{}
mixin M
{}
sealed
class
B
=
Object
with
M
;