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

5 lines
110 B
Plaintext

package test
public open class ConstructorWithoutParams {
public constructor ConstructorWithoutParams()
}