Fix JavaClassifierType.getTypeArguments impls
Make them return arguments both for current classifier and for the outer one
This commit is contained in:
@@ -2,7 +2,7 @@ package test
|
||||
|
||||
public interface WrongNumberOfGenericParameters {
|
||||
public abstract fun o0(): test.WrongNumberOfGenericParameters.One<(raw) kotlin.Any!>!
|
||||
public abstract fun o2(): test.WrongNumberOfGenericParameters.One<[ERROR : T]>!
|
||||
public abstract fun o2(): test.WrongNumberOfGenericParameters.One<kotlin.String!>!
|
||||
public abstract fun t1(): test.WrongNumberOfGenericParameters.Two<(raw) kotlin.Any!, (raw) kotlin.Any!>!
|
||||
public abstract fun z(): test.WrongNumberOfGenericParameters.Zero!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user