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

6 lines
118 B
Plaintext
Vendored

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