Community
Participate
Working Groups
The following function results to no validation error in an xtend file: String test (Object o) { switch (o) { Entity : o.packageName + "." + o.name DataType : switch (o.name) { Entity : "foo" : "bar" } } } The compiled Java code from this function has an compile error: "Incompatible conditional operand types String and Entity" if (!matched_1) { if (__valOfSwitchOver instanceof Entity) { // ERROR matched_1=true; switchResult_1 = "foo"; } }
pushed to master
Closing all bugs that were set to RESOLVED before Neon.0