Community
Participate
Working Groups
Consider the below snippet: public class C1 { I2 i2= () -> sys| // invoke <Ctrl+space> here } @FunctionalInterface interface I2{ public void foo(); } After 'sys' when code assist is invoked we used to get 3 proposals 1. sysout 2. syserr 3. systrace Now when invoked from within lambda none of the code template for 'sys' is displayed.
Same as bug 407106. *** This bug has been marked as a duplicate of bug 407106 ***
*** This bug has been marked as a duplicate of bug 422901 ***