Community
Participate
Working Groups
public interface Foo { int run1(int s1, int s2); static int x2 = 0; } interface Foo1 { Foo run2(int argFoo1); } interface X extends Foo{ static int x1 = 2; static Foo f = (x5, x6) -> x5; static Foo1 f1 = af1 -> (a1,b1) -> a1+b1+af1 == 0 ? a1+b1 : a1+af1; } eclipse compiler error, commandline compiler crash and throughout wrong suggestion at the conditional statement (last significant line of the code snippet).
Hello, I see code assist issues still existing in the area pointed out below: public interface Foo { int run1(int s1, int s2); static int x2 = 0; } interface Foo1 { Foo run2(int argFoo1); } interface X extends Foo{ static int x1 = 2; static Foo f = (x5, x6) -> x5; static Foo1 f1 = af1 -> (a1,b1) -> a1+b1+af1 == 0 ? a<ctrl-space>+b1 : a1+af1; }
Got subsumed by the fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=407106 *** This bug has been marked as a duplicate of bug 407106 ***