97af85da9c
#KT-7672 Fixed
10 lines
269 B
Plaintext
Vendored
10 lines
269 B
Plaintext
Vendored
package test
|
|
|
|
public open class InnerClassReferencesOuterTP</*0*/ P : kotlin.Any!> {
|
|
public constructor InnerClassReferencesOuterTP</*0*/ P : kotlin.Any!>()
|
|
|
|
public open inner class Inner</*0*/ Q : P!> {
|
|
public constructor Inner</*0*/ Q : P!>()
|
|
}
|
|
}
|