Fix JavaClassifierType.getTypeArguments impls
Make them return arguments both for current classifier and for the outer one
This commit is contained in:
@@ -15,7 +15,7 @@ public open class InnerOfGeneric {
|
||||
public open inner class B</*0*/ L : kotlin.Any!> : test.InnerOfGeneric.A<L!> {
|
||||
public constructor B</*0*/ L : kotlin.Any!>()
|
||||
|
||||
public open inner class SubInner : test.InnerOfGeneric.A.Inner {
|
||||
public open inner class SubInner : test.InnerOfGeneric.A<L!>.Inner {
|
||||
public constructor SubInner()
|
||||
public open override /*1*/ fun iterator(): kotlin.(Mutable)Iterator<L!>!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user