Sign in
dart
/
sdk.git
/
f36420a912bb76b61fc8b934286df44dd1aff09b
/
.
/
pkg
/
front_end
/
parser_testcases
/
nnbd
/
issue_40267_lookup_plus.dart
blob: af2c6b235cd2ced0a36c6266444eee3c8763d01d [
file
] [
log
] [
blame
]
f
(
dynamic
a
)
{
a
?[
0
]
+
1
;
}