Files
kotlin-fork/idea/testData/intentions/removeConstructorKeyword/inParameters.kt
T
2019-01-24 14:32:21 +03:00

2 lines
91 B
Kotlin
Vendored

class InParameters constructor(val x: Int, val y: Int = 7, private <caret>val z: Int = 13)