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