in testData/codeInsight/typeInference/IterableKey.php [3:10]
function f(){ /** @var iterable<Foo,Exception> $test */ $test = []; foreach ($test as $key => $e) { <type value="Foo">$key</type>; } }