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