3dcd85bdb4
#KT-4517 Fixed
3 lines
98 B
Kotlin
Vendored
3 lines
98 B
Kotlin
Vendored
class Test(private val a: Int b: Int private val c: Int) {
|
|
override fun toString() = "$a $c"
|
|
} |