Files
kotlin/compiler/testData/readJavaBinaryClass/constructor/ConstructorGenericUpperBound.txt
2012-04-28 17:43:52 +04:00

6 lines
191 B
Plaintext

namespace test
open class test.ConstructorGenericUpperBound : java.lang.Object {
final /*constructor*/ fun <init>(/*0*/ p0: java.util.RandomAccess?): test.ConstructorGenericUpperBound
}