Files
kotlin-fork/compiler/testData/loadJava/kotlinSignature/ConstructorWithoutParams.txt
T
2012-10-05 15:51:09 +04:00

6 lines
164 B
Plaintext

namespace test
public open class test.ConstructorWithoutParams : java.lang.Object {
public final /*constructor*/ fun <init>(): test.ConstructorWithoutParams
}