Sign in
dart
/
sdk.git
/
060e4e7e2ee9200b2fa0d45e5b84e2bca4e8d1db
/
.
/
pkg
/
front_end
/
testcases
/
expression
/
debug_instance_creation_04.expression.yaml.expect
blob: 7dc289dc33680cacd03d32ff1faad451935085d0 [
file
]
Errors
:
{
}
method
/* from org-dartlang-debug:synthetic_debug_expression */
debugExpr
(
dart
.
core
::
String
_s1
,
dart
.
core
::
String
_s2
)
→
dynamic
return
(()
→
dart
.
core
::
String
{
return
"${_s1} ${_s2} ${_s1} ${_s2}"
;
})(){()
→
dart
.
core
::
String
};