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