java2xtend icon indicating copy to clipboard operation
java2xtend copied to clipboard

NestedClasses and static access

Open svenefftinge opened this issue 11 years ago • 0 comments

Currently for nested classes a double colon is used, but it Xtend 2.4.1 (And earlier) a dollar sign is the correct syntax. The double colon has to be used for accessing static methods and fields.

However with the upcoming 2.4.2 also the dot operator is allowed for both, so it might be even nicer to just use that.

svenefftinge avatar May 29 '13 19:05 svenefftinge