Sign in
dart
/
sdk
/
base
/
.
/
pkg
/
front_end
/
testcases
/
wildcard_variables
/
local_var_late.dart.strong.modular.expect
blob: a7cb242557f64839f220f51b40a26136fc340723 [
file
] [
log
] [
blame
]
library
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
method test
()
→
dynamic
{
;
;
;
late core
::
int
x
=
2
;
;
;
}