Community
Participate
Working Groups
Build Identifier: 2.0.1.v201108020636 When working with raw types (e.g., implementations of java.lang.Iterator), the type parameter is inferred as ? and this ends up as the type of a local variable instead of Object. Reproducible: Sometimes Steps to Reproduce: 1. Use the JSON lib by Douglas Crockford, repackaged in Google App Enginge. 2. Code: val iter = jsonObject.keys() 3. Generated Java source does not compile.
Pushed to master.
Closing all bugs that were set to RESOLVED before Neon.0