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

6 lines
149 B
Plaintext

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