| Summary: | [xtend] Imports don't work with quoted package name segments | ||
|---|---|---|---|
| Product: | [Tools] Xtend | Reporter: | Jan Koehnlein <jan> |
| Component: | Core | Assignee: | Project Inbox <xtend-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | sven.efftinge |
| Version: | 2.2.0 | Flags: | sven.efftinge:
kepler+
|
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
has been fixed in the meantime. Requested via bug 522520. -M. |
Steps to reproduce: Given a Java class "Foo" in the package "extension" try the following Xtend snippet: import ^extension.Foo class Bar { Foo foo0 // cannot be linked ^extension.Foo foo1 // works }