What exactly is not working?
What is the obj in this case? What is the expected result?
On Sat, Apr 11, 2015 at 5:15 AM, 田传武 <i@goodow.com> wrote:
--Hi all,when i upgrade GWT from 2.7.0-SNAPSHOT to 2.7.0, the code below is not working:obj instanceof CollaborativeObjectImpl andobj instanceof JsonObjectHere are my type declarations:@JsType interface EventTarget@JsType interface CollaborativeObject extends EventTarget@JsType interface CollaborativeString extends CollaborativeObjectabstract class CollaborativeObjectImpl implements CollaborativeObjectclass CollaborativeStringImpl extends CollaborativeObjectImpl implements CollaborativeStringclass JsJsonValue extends JavaScriptObjectinterface JsonElement extends java.io.Serializableinterface JsonObject extends JsonElementclass JsJsonElement extends JsJsonValue implements JsonElementfinal class JsJsonObject extends JsJsonElement implements JsonObjectthe full source code is hosted at github:Thanks for help :)
You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/1b763bef-1a2f-4ed0-8668-3c77151acba2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment