in testData/codeInsight/typeInference/ListArrayKey.php [16:21]
function f1($param){ foreach ($param as $key=>$value){ return $key; } }