Sign in
dart
/
sdk
/
b36df2bc3480c24f005c5edec5cbc3815c4726b0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
bug30620_c.dart.textual_outline.expect
blob: 2c910139a07d75d77946d4b658d634f9162ddde7 [
file
] [
log
] [
blame
]
// @dart = 2.9
library test
;
class
A
{
final
String
foo
;
A
(
this
.
foo
);
bool
operator
==(
Object
other
)
{}
}
main
()
{}