Files
kotlin-fork/compiler/testData/loadJava/compiledJavaCompareWithKotlin/kotlinSignature/ConstructorWithoutParams.txt
T
2014-07-25 21:19:38 +04:00

6 lines
111 B
Plaintext

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