185d0c6165
#KT-29143 Fixed
2 lines
93 B
Kotlin
Vendored
2 lines
93 B
Kotlin
Vendored
class WithProperties constructor<caret>(val x: Int, val y: Int = 7, private val z: Int = 13)
|