Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
infer_consts_transitively_2.dart.textual_outline.expect
blob: 64fd57f0bb30baf1b597cfe7227257cca0a793da [
file
] [
log
] [
blame
]
// @dart = 2.9
library test
;
import
'infer_consts_transitively_2_a.dart'
;
const
m1
=
a1
;
const
m2
=
a2
;
foo
()
{}
main
()
{}