Community
Participate
Working Groups
Environment is the Xbase example 2.0.0M6 (tutorial): Replace the code in Tutorial.xbase with the following: val mixedList = newArrayList( '-1',1) //no code complition for mixedList at this point mixedList // [-1, 1] (ArrayList<Comparable<? extends Object>>) Tutorial.java won't compile: Type mismatch: cannot convert from ArrayList<Object&Serializable&Comparable<?>> to ArrayList<Comparable<? extends Object>>
Thanks, for reporting. This is a known issue and a problem with the common super type computation.
already fixed
Closing all bugs that were set to RESOLVED before Neon.0