FileRef implementation = createFile("testImplementation",
"<gxp:implements interface='testInterface' />",
"<gxp:param name='x' type='String' />");
compileFiles(iface, implementation);
assertAlert(new ParamConstructorMismatchError(pos(3,1), "<gxp:param>", "x"));
assertNoUnexpectedAlerts();
}