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