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