4 lines
83 B
Kotlin
4 lines
83 B
Kotlin
package test
|
|
|
|
class ClassWithConstructorWithValueParamWithDefaultValue(p: Int = 1)
|