in testData/codeInsight/typeInference/TemplatedArrayKey.php [11:16]
public function partition() {
foreach ($this->elements as $key => $element) {
<type value="int|string">$key</type>;
<type value="mixed">$element</type>;
}
}