Community
Participate
Working Groups
1) create a new Java project 2) create XtendClass.xtend 3) use the quick fix 4) type def foo(java.util.List<String> something) { something.map(null) } 5) try to navigate to #map and notice that sources are missing