function foo()

in testData/codeInsight/typeInference/PsalmScalarTypeArrayKey.php [13:18]


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