mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
cls reference ignores passed outer class type arguments (IDEA-118733)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public class MyChild {
|
||||
public void evaluate(Child child) {
|
||||
Parent<String>.InnerBase i = child.foo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user