Files
kotlin-fork/idea/testData/intentions/convertSecondaryConstructorToPrimary/withProperties.kt.after
T
2016-09-30 16:39:24 +03:00

3 lines
78 B
Plaintext
Vendored

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