Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
field_refers_to_static_getter.dart.weak.outline.expect
blob: 0b026cb4cdb6d2190efc41276ec95c287f393ffc [
file
] [
log
] [
blame
]
library test
/*isNonNullableByDefault*/
;
import
self
as
self
;
import
"dart:core"
as
core
;
class
C
extends
core
::
Object
{
final
field core
::
int
x
;
synthetic constructor
•()
→
self
::
C
;
static
get
_x
()
→
core
::
int
;
}
static
method main
()
→
dynamic
;