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

6 lines
201 B
Plaintext
Vendored

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