5 lines
69 B
Kotlin
5 lines
69 B
Kotlin
package test
|
|
|
|
val Collection<*>.anotherSize : Int
|
|
get() = size()
|