(rightExpr != null ? rightExpr.getText() : null) +
"\n" +
DebugUtil.currentStackTrace(),
"CFML parsing problem",
"CFML parsing problem",
new Attachment("problem.cfml", element.getContainingFile().getText())));
return null;
}
}
return ((CfmlVariable)element).getPsiType();
}