Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/constructor/Constructor0.txt
T
2013-12-17 20:28:59 +04:00

6 lines
120 B
Plaintext

package test
internal final class ClassWithConstructor0 {
/*primary*/ public constructor ClassWithConstructor0()
}