Sign in
dart
/
sdk.git
/
f36420a912bb76b61fc8b934286df44dd1aff09b
/
.
/
pkg
/
front_end
/
parser_testcases
/
nnbd
/
issue_40267_plus_plus_lookup.dart
blob: 23d84925318724775c1b0d4d035fa7fea75371b6 [
file
] [
log
] [
blame
]
f
(
dynamic
x
,
dynamic
i
)
{
++
x
?[
i
];
}