Sign in
dart
/
sdk
/
base
/
.
/
pkg
/
front_end
/
testcases
/
constructor_tearoffs
/
private.dart.textual_outline_modelled.expect
blob: c785d0d542e23103dd41a71e0d7623438f0acda0 [
file
] [
log
] [
blame
]
import
'private_lib.dart'
;
class
D
=
A
with
M
;
class
E
=
B
with
M
;
class
F
=
C
with
M
;
mixin M
{}