in testData/completion/ArrayShapeWithLineComment.php [13:20]
function test(): array { return [ 'key1' => 1, 'key2' => [ 'key2_1' => 'test', ], ]; }