6 lines
200 B
Plaintext
6 lines
200 B
Plaintext
package test
|
|
|
|
internal final class ClassWithConstructorWithValueParamWithDefaultValue {
|
|
/*primary*/ public constructor ClassWithConstructorWithValueParamWithDefaultValue(/*0*/ p: jet.Int = ...)
|
|
}
|