Sign in
dart
/
sdk.git
/
c8c49c7cc80d561ff93e17bbd44ada3ccb60582f
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
bug30620_c.dart.textual_outline_modelled.expect
blob: 6ecf60143ec41dcef890c1ce36baf497bd2d599b [
file
] [
log
] [
blame
]
library test
;
class
A
{
A
(
this
.
foo
);
bool
operator
==(
Object
other
)
{}
final
String
foo
;
}
main
()
{}