mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
9 lines
286 B
Plaintext
9 lines
286 B
Plaintext
namespace test
|
|
|
|
open class test.Outer</*0*/ P : jet.Any?> : jet.Any {
|
|
final /*constructor*/ fun </*0*/ P : jet.Any?><init>(): test.Outer<P>
|
|
open class test.Outer.Inner</*0*/ Q : P> : jet.Any {
|
|
final /*constructor*/ fun </*0*/ Q : P><init>(): test.Outer.Inner<Q>
|
|
}
|
|
}
|