Sign in
dart
/
sdk
/
04e11b83c00d0673bb06a021a541e3820ef2d29e
/
.
/
pkg
/
front_end
/
testcases
/
regress
/
abstract_field_duplicate_initializer.dart.textual_outline.expect
blob: eea4ec4b3511b771c17811b269392c2bf520d4ff [
file
] [
log
] [
blame
]
abstract
class
Foo
{
abstract
int
foo
;
Foo
(
this
.
foo
,
this
.
foo
)
{}
}