Sign in
dart
/
sdk
/
f4001df1188e0da170f97c46f5051b8509b0ba15
/
.
/
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
);
};