Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
bug30620_c2.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
()
{}