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