Sign in
dart
/
sdk.git
/
f860b70c98d03b454eb0ad2fba70e4e2c9641a6f
/
.
/
pkg
/
front_end
/
testcases
/
rasta
/
issue_000053.dart.textual_outline_modelled.expect
blob: c301e14c2046daf610e144b9cc2bdb7b83e1b1a6 [
file
] [
log
] [
blame
]
// @dart = 2.9
class
C
{
operator
==(
other
)
=>
throw
'x'
;
test
()
{}
}
main
()
{}