Sign in
dart
/
sdk.git
/
4dbfce19bd54aa7848f3ef626b598f743c39b4b1
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
block_bodied_lambdas_downwards_incompatible_with_upwards_inference_top_level.dart.strong.transformed.expect
blob: 38609228610a92d84e9b2bc9c8a835270d041b70 [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
field
()
→
core
::
String
g
=
self
::
f
;
static
method f
()
→
core
::
String
return
null
;
static
method main
()
→
dynamic
{
self
::
f
;
}