Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
infer_use_of_void_local.dart.weak.expect
blob: f8773b29e872846499ee502f2c6540b4902f1bfa [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
static
method f
()
→
void
{}
static
method g
()
→
void
{
void
x
=
self
::
f
();
}
static
method main
()
→
dynamic
{}