mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55: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();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
public class MyChild extends Child<String> {
|
||||
@Override
|
||||
public void evaluate(InnerImpl impl) {
|
||||
String s = impl.t;
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user