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

2 lines
93 B
Kotlin
Vendored

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