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