3 lines
46 B
Kotlin
3 lines
46 B
Kotlin
|
|
val String.foobar: Int
|
||
|
|
get() = size() * 2
|