Sign in
dart
/
sdk.git
/
75cf999566f9cf97ef471609a6b51fab6f998511
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
infer_statics_transitively2.dart.textual_outline_modelled.expect
blob: af524f55c318a86dddfc75fcea4207a59fa5ce4a [
file
] [
log
] [
blame
]
library test
;
const
x1
=
1
;
final
x2
=
1
;
final
y1
=
x1
;
final
y2
=
x2
;
foo
()
{}
main
()
{}