Sign in
dart
/
sdk.git
/
75cf999566f9cf97ef471609a6b51fab6f998511
/
.
/
pkg
/
front_end
/
testcases
/
rasta
/
issue_000048.dart.textual_outline_modelled.expect
blob: 6da3494024d47939789b694e6535028bd79304a0 [
file
] [
log
] [
blame
]
class
A
{
A
(
bool
this
.
v1
,
num
this
.
v2
);
bool
v1
;
num v2
;
}
class
C
=
A
with
M1
;
main
()
{}
mixin M1
{
num v2
=
0
;
}