Sign in
dart
/
sdk
/
31364331e9ab5d2ec8b033ecd3bdfea8c32289c1
/
.
/
pkg
/
front_end
/
testcases
/
expression
/
param_capture.expression.yaml.expect
blob: ccedccccfe81957eb2df7db678abd94aaea99b5e [
file
]
Errors
:
{
}
method
/* from org-dartlang-debug:synthetic_debug_expression */
debugExpr
(
dynamic
x
,
dynamic
y
)
→
dynamic
return
()
→
Null
{
x
=
x
.+(
y
);
};