in testData/codeInsight/fixes/NestedImport.after.php [19:24]
function takesArray(array $arr): void { if ($arr) { echo ($arr[0])->f(); } }