Files
kotlin/compiler/testData/loadJava/compiledJavaCompareWithKotlin/constructor/ConstructorGenericDeep.txt
2013-03-12 19:31:45 +04:00

6 lines
163 B
Plaintext

package test
public open class ConstructorGenericDeep : java.lang.Object {
public constructor ConstructorGenericDeep(/*0*/ p0 : java.lang.Class<jet.Any?>?)
}