function foo()

in testData/codeInsight/typeInference/PsalmNotNumericArrayKey.php [6:11]


function foo($a)
{
    foreach ($a as $key => $value) {
        <type value="int|string">$key</type>;
    }
}