Sign in
dart
/
sdk
/
stable
/
.
/
pkg
/
front_end
/
testcases
/
closure_context_lowering
/
local_functions.dart.strong.modular.expect
blob: 376b99b02b7427da347f4f37082aa438a7396c3c [
file
]
library
;
import
self
as
self
;
static
method test1
()
→
dynamic
/* scope=[
#ctx1: not-captured VariableContext([
local-function-variable final test2;
]),
] */
{
function
test2
()
→
Null
{}
}