Sign in
dart
/
sdk
/
adb38d2eca032dfcaba0725ac7ae39f8fc5dc3e6
/
.
/
pkg
/
front_end
/
testcases
/
general
/
base_class_declaration.dart.textual_outline.expect
blob: db0d660b277d1d3d8a2d3bb362e6e2ecce7cbee2 [
file
] [
log
] [
blame
]
// @dart = 2.19
base
class
A
{}
abstract
base
class
B
{}
base
mixin M
{}
base
class
C
=
Object
with
M
;