* Test that anonymous classes are not serializable.
*/
public void testAnonymousClasses() {
InheritanceTestServiceAsync service = getServiceAsync();
delayTestFinishForRpc();
service.echo(new AnonymousClassInterface() {
@Override
public void foo() {
// purposely empty
}
}, new AsyncCallback<Object>() {