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

6 lines
136 B
Plaintext

package test
internal final class ClassWithConstructor1 {
/*primary*/ public constructor ClassWithConstructor1(/*0*/ p: jet.Int)
}