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