2 lines
88 B
Kotlin
Vendored
2 lines
88 B
Kotlin
Vendored
class C @jvmOverloads constructor(private val string: String, a: Int = string.length())
|