mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
10 lines
303 B
Plaintext
Vendored
10 lines
303 B
Plaintext
Vendored
package test
|
|
|
|
public final class InnerClassReferencesOuterTP</*0*/ P> {
|
|
/*primary*/ public constructor InnerClassReferencesOuterTP</*0*/ P>()
|
|
|
|
public final inner class Inner</*0*/ Q : P> /*captured type parameters: /*1*/ P*/ {
|
|
/*primary*/ public constructor Inner</*0*/ Q : P>()
|
|
}
|
|
}
|