When instantiating type T through GWT.create() we assume the resulting
object to be an instance of T. This behaviour is not guaranteed by GWT
however. We should throw a meaningful error message (at runtime) when we
detect a mismatch.
Right now the generated code will throw a ClassCastException at runtime.
Original issue reported on code.google.com by aragos on 12 Apr 2010 at 7:56
Original issue reported on code.google.com by
aragos
on 12 Apr 2010 at 7:56