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

2 lines
74 B
Plaintext
Vendored

class WithProperties(val x: Int, val y: Int = 7, private val z: Int = 13)