in testData/codeInsight/typeInference/AdvancedCallableInferred.php [79:84]
function extractAndWrapClosureInferred(A $dummy) {
$key1 = function () {
return new Bar;
};
<type value="Bar">$aa</type> = extractClosureReturnTemplateWrapping($key1)->aa();
}