function takesArray()

in testData/codeInsight/fixes/NestedImport.php [17:22]


    function takesArray(array $arr): void
    {
        if ($arr) {
            echo ($arr[0])->f();
        }
    }