Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
inferred_type_from_top_level_executable_tear_off.dart.weak.transformed.expect
blob: b95e93bf710919cf4494a944c2424bf3c6192829 [
file
] [
log
] [
blame
]
library test
;
import
self
as
self
;
import
"dart:core"
as
core
;
static
field
(
core
::
Object
*)
→*
void
v
=
#C1;
static
method main
()
→
dynamic
{
self
::
v
;
}
constants
{
#C1 = tearoff core::print
}