Sign in
dart
/
sdk.git
/
c79dbacc3cac22b983ab8293d177d1cc4d968b95
/
.
/
pkg
/
front_end
/
testcases
/
inference
/
infer_statics_transitively3_a.dart.textual_outline.expect
blob: f8bf78cd361a0d3d80964ece706a4a94918898a7 [
file
] [
log
] [
blame
]
// @dart = 2.9
const
a1
=
3
;
const
a2
=
4
;
class
A
{
static
const
a3
=
null
;
}
main
()
{}