6 lines
76 B
Kotlin
Vendored
6 lines
76 B
Kotlin
Vendored
private fun String.foo() {
|
|
otherExt()
|
|
}
|
|
|
|
fun String.otherExt() = length
|