Community
Participate
Working Groups
for java interface --- package pkg interface intf { enum en {} } --- I would expect the type literal "pkg.intf$en" to be available in Xtend. But this literal can not be resolved.
Seems like this one was already resolved, e.g. the following Xtend code compiles fine: import pack.intf .. def something() { var pack.intf$en e = intf$en::Foo return null } with package pack; public interface intf { enum en { Foo, Bar } } Please reopen if this one is still reproducable for you.
Reopened: Something seems to be wrong with imports and nested types
Pushed to master.
Closing all bugs that were set to RESOLVED before Neon.0