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

6 lines
130 B
Plaintext

package test
public open class ConstructorWithoutParams : java.lang.Object {
public constructor ConstructorWithoutParams()
}