Sign in
dart
/
sdk.git
/
a304e5b156a9f33943d88e451d65275fc1b065a0
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
infer_type_on_var_from_top_level.dart.textual_outline.expect
blob: fdb603cf1e44b5e2fc34f30042d4c7be181a891a [
file
] [
log
] [
blame
]
library test
;
int
x
=
0
;
test1
()
{}
int
y
=
0
;
final
z
=
42
;
main
()
{}