Files
kotlin-fork/compiler/testData/readJavaBinaryClass/MethosWithPRefTP.txt
T
Andrey Breslav dd9c36387c KT-987 Unboxing nulls
#KT-987 Fixed
2012-03-26 11:42:34 +04:00

7 lines
188 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
}