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

6 lines
132 B
Plaintext
Vendored

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