Files
kotlin-fork/compiler/testData/loadJava/kotlinSignature/ConstructorWithoutParams.txt
T
2012-12-27 20:46:57 +04:00

6 lines
132 B
Plaintext

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