Sign in
dart
/
sdk
/
2f80ad6359635c59e250d6ce0c5fd354e475bd1d
/
.
/
pkg
/
front_end
/
testcases
/
wildcard_variables
/
local_member_no_shadowing.dart.strong.expect
blob: 4551186f732454de9382d1e50b98c018278f6c5d [
file
] [
log
] [
blame
]
library
;
import
self
as
self
;
import
"dart:core"
as
core
;
class
Field
extends
core
::
Object
{
field core
::
int
_
=
10
;
synthetic constructor
•()
→
self
::
Field
:
super
core
::
Object
::•()
;
method member
()
→
void
{
1
;
2
;
this
.{
self
::
Field
::
_
}
=
3
;
}
}