mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-23 15:51:59 +00:00
10 lines
321 B
Plaintext
Vendored
10 lines
321 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!> /*captured type parameters: /*1*/ P : kotlin.Any!*/ {
|
|
public constructor Inner</*0*/ Q : P!>()
|
|
}
|
|
}
|