Community
Participate
Working Groups
Build Identifier: I20110613-1736 For the following Xtend class the '==' operator will not be found: package com class Foo { def void bar() { val x = new Foo() if (x == null) { ... } // Couldn't resolve reference to JvmIdentifiableElement '=='. } } Xbase and Xtend2 lib plug-ins both on classpath. Reproducible: Always Steps to Reproduce: 1. Create example Xtend class as stated in the description, save
*** This bug has been marked as a duplicate of bug 356073 ***