testData/completion/ArrayShapeArrayAccessIntIndex.php (4 lines of code) (raw):

<?php /** @psalm-param array{data: array<array{key: string}>} $json */ function foo($json) { $cert = $json['data'][0]['k<caret>']; }