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