Community
Participate
Working Groups
Build Identifier: 20110916-0149 I have a function that takes a closure argument and then checks to see if it is null: def String function(Expression e, (String) => String closure) { ... if (closure != null) ... } The ==, != comparisons used to work in Xtext 2, but with 2.1 they now give me "Could not resolve reference to JVMIdentifiableElement '!='" errors in the Xtend editor. Reproducible: Always Steps to Reproduce: 1. Create an Xtend function with a closure parameter 2. Attempt to check if that closure parameter is null (closure == null, closure != null) 3. Note that the Xtend editor will give an error and the corresponding Java class will not be generated
Pushed to master.
Closing all bugs that were set to RESOLVED before Neon.0