Community
Participate
Working Groups
HEAD public class Test<T> { class T1<E> { } public static void main(String[] args) { Test<String>.T1<String> e = new Te| } } Above, invoke content assist on '|'. Inserted proposal is new Test(). Expected - new Test<String>().
*** This bug has been marked as a duplicate of bug 332366 ***