Community
Participate
Working Groups
public interface Foo { String run(String s1, String s2); } class X { void method1(){ Foo f = (String S2, String S2 <ctrl-space> } } Here the code assist should put something like ') -> ' to make the programming setup ready for the body to be specified. Thanks Anirban
I am closing this as WONTFIX. I think https://bugs.eclipse.org/bugs/show_bug.cgi?id=405113 is likely to be more useful if we can include all contexts - I don't yet know how we would handle overloaded methods in invocation contexts. Assuming that can be solved, that would be more useful.