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

6 lines
200 B
Plaintext

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