Hi everyone, The following error is returned when compiling code using the diamond operator (part of project coin in Java 7).
Syntax error on token "<", ? expected after this token I am using the GWT 2.40 (Plugin - com.google.gwt.eclipse.sdkbundle_2.4.0.v201205091048-rel-r37). The following fragment is a simple example of the diamond operator: List<String> names = new ArrayList*<>*(); Question: 1. Does GWT support Java 7 features? 2. What changed do I need to perform in order to have the Java 7 code working without having to change the source? 3. What other features from the latest Java 7 GWT does not support? Thank you in advance for any input. Albert Attard -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/14KX0SNqJUEJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
