Community
Participate
Working Groups
Tested with Xtext 2.0.0 M6 Having following Xtend2 Class package test class Test { int xxxx() { } } This class is valid in the editor but produces Invalid Java Code through the compiler. I'd expect to get an error message as if the code would be int xxxx() { "" }
Same problem with something like int xxxx() { return new Double("1.0"); }
fixed
Closing all bugs that were set to RESOLVED before Neon.0