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