6 lines
64 B
Kotlin
6 lines
64 B
Kotlin
package test
|
|
|
|
class ExtFunInClass {
|
|
fun Int.shuffle() = 1
|
|
}
|