mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
import of inner classes through should get raw substitutor from outr class if applicable (IDEA-121166)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package p;
|
||||
|
||||
import p2.GenericClass;
|
||||
|
||||
public class Class1 extends GenericClass<Integer> {
|
||||
public void map(InnerClass context) {
|
||||
Class2.test(context);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user