Fix JavaClassifierType.getTypeArguments impls
Make them return arguments both for current classifier and for the outer one
This commit is contained in:
@@ -8,6 +8,7 @@ public interface WrongNumberOfGenericParameters {
|
||||
Zero<String> z();
|
||||
|
||||
One o0();
|
||||
// Our Java resolve supposes that return type has exactly one argument
|
||||
One<String, String> o2();
|
||||
|
||||
// This does not produce the expected result, because IDEA thinks Two<X> is a raw type
|
||||
|
||||
Reference in New Issue
Block a user