Sign in
dart
/
sdk.git
/
a38a2dd34385f7e9711b0efdcd4558e45590b07c
/
.
/
pkg
/
front_end
/
testcases
/
expression
/
param_method.expression.yaml.expect
blob: 4f6b188c4e857e0758803cf816bed2ec897c346b [
file
]
Errors
:
{
}
method
/* from org-dartlang-debug:synthetic_debug_expression */
debugExpr
(
dynamic
x
,
dynamic
y
)
→
dynamic
return
x
.
foo
(
y
);