}
typeName.setStaticType(dynamicType);
node.setType(dynamicType);
return null;
}
VoidTypeImpl voidType = VoidTypeImpl.getInstance();
if (typeName.getName().equals(voidType.getName())) {
// There is no element for 'void'.
if (argumentList != null) {
// TODO(brianwilkerson) Report this error
// reporter.reportError(StaticTypeWarningCode.WRONG_NUMBER_OF_TYPE_ARGUMENTS, node, voidType.getName(), 0, argumentList.getArguments().size());
}