Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-209.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
reference_to_typedef.dart.weak.transformed.expect
blob: 1c7e0ba25b7059f9080a799c4e7020dcc164bd5d [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
typedef
F
=
()
→*
void
;
static
final
field core
::
Type
*
x
=
#C1;
static
method main
()
→
dynamic
{}
constants
{
#C1 = TypeLiteralConstant(() →* void)
}