Community
Participate
Working Groups
For the following Xtend2 snippet: def bar() { val f = [e|e.toString] newArrayList(42).map(f) } the editor displays an error marker for toString: Couldn't resolve reference to JvmIdentifiableElement 'toString'.
I would like to make type information mandatory instead of implying Object. Anyway the feedback is not ideal.
*** This bug has been marked as a duplicate of bug 345823 ***