Sign in
dart
/
sdk
/
94eef72b7deefdb3ddc24e3e2375fe2fca8a3162
/
.
/
pkg
/
front_end
/
testcases
/
wildcard_variables
/
local_var_no_shadowing.dart.strong.expect
blob: a8a13e72c4f9ea22af249fab1876596bf044af61 [
file
] [
log
] [
blame
]
library
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
field core
::
int
_
=
100
;
static
method main
()
→
dynamic
{
1
;
2
;
self
::
_
=
3
;
}