Files
kotlin/compiler/testData/loadJava/compiledKotlin/constructor/Constructor1.txt
2015-09-08 02:04:32 +03:00

6 lines
137 B
Plaintext
Vendored

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