mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
10 lines
323 B
Plaintext
10 lines
323 B
Plaintext
namespace test
|
|
|
|
final class test.Outer</*0*/ P : jet.Any?> : jet.Any {
|
|
final /*constructor*/ fun </*0*/ P : jet.Any?><init>(): test.Outer</*0*/ P : jet.Any?>
|
|
final class test.Outer.Inner : jet.Any {
|
|
final /*constructor*/ fun <init>(): test.Outer.Inner
|
|
final fun </*0*/ Q : P>f(): jet.Tuple0
|
|
}
|
|
}
|