Files
2013-12-17 20:28:59 +04:00

4 lines
83 B
Kotlin
Vendored

package test
class ClassWithConstructorWithValueParamWithDefaultValue(p: Int = 1)