}
public void testConstructor_doubleConstructor() throws Exception {
compile("<gxp:constructor></gxp:constructor>",
"<gxp:constructor></gxp:constructor>");
assertAlert(new MoreThanOneConstructorError(pos(3,1), "<gxp:constructor>"));
assertNoUnexpectedAlerts();
}