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