in testData/codeInsight/inspections/UndefinedClassClosure.php [7:12]
function takesArray(array $arr) { if ($arr) { echo $arr[1](1); } }