Files
kotlin/compiler/testData/readJavaBinaryClass/notNull/NotNullParameter.txt
2012-02-20 22:37:06 +04:00

7 lines
175 B
Plaintext

namespace test
open class test.NotNullParameter : jet.Any {
final /*constructor*/ fun <init>(): test.NotNullParameter
open fun hi(/*0*/ p0: jet.String): jet.Tuple0
}