Community
Participate
Working Groups
Build Identifier: 20110609-2236 The following method will be wrong in Java: /** * */ def <T> Iterable<T> nullSafe (Iterable<T> elements) { if (elements == null) newArrayList else elements } I use Xtext 2.0.1.v201108151710 Reproducible: Always
Pushed to master.
Closing all bugs that were set to RESOLVED before Neon.0