Community
Participate
Working Groups
Now that we have a second implicit variable 'it' we need a second implicit receiver. consider the following Xtend code: class Example { extension PersonExtensions exts def void doStuff(Person it) { // we can write the Java version this.exts.myExtension(it) // we can use the extension syntax it.myExtension // the following is not yet possible because we would need to keep track of two implicit arguments myExtension } }
pushed to master
Closing all bugs that were set to RESOLVED before Neon.0