Files
kotlin/compiler/testData/loadJava/compiledJavaCompareWithKotlin/constructor/ConstructorGenericSimple.txt
2014-03-02 19:55:26 +04:00

6 lines
151 B
Plaintext

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