Sign in
dart
/
sdk.git
/
3b718daac6f227b77ccb38fd35c1d89041feabc5
/
.
/
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
)
{}
}