Sign in
dart
/
sdk.git
/
060e4e7e2ee9200b2fa0d45e5b84e2bca4e8d1db
/
.
/
pkg
/
front_end
/
testcases
/
closure_context_lowering
/
constant_local_variable.dart.strong.modular.expect
blob: 70da10ed5f4160243c5eec089a0a059ba5fc7293 [
file
]
library
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method test
()
→
dynamic
/* scope=[
#ctx1: not-captured VariableContext([
const-variable const x;
]),
] */
{
x
:=
#C1;
return
#C1;
}
constants
{
#C1 = ""
}