Files
kotlin/compiler/testData/loadJava/compiledJavaCompareWithKotlin/constructor/ConstructorGenericSimple.txt
2014-07-25 21:19:38 +04:00

6 lines
132 B
Plaintext

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