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