Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
infer_variable_void.dart.weak.expect
blob: 3bfd2e6d02b1f4c49ac954378d2eba3c77ef3688 [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
static
field
void
x
=
self
::
f
();
static
method f
()
→
void
{}
static
method main
()
→
dynamic
{
self
::
x
;
}