function f()

in testData/codeInsight/typeInference/ElementTypeOfArrayKey.php [5:11]


function f($param){
    foreach ($param as $key=>$value){
        foreach ($value as <type value="string">$kk</type> => $value) {

        }
    }
}