Files
kotlin/compiler/testData/loadJava/compiledJava/constructor/ConstructorGenericSimple.txt
2014-10-13 15:38:05 +04:00

5 lines
131 B
Plaintext

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