5 lines
67 B
Kotlin
5 lines
67 B
Kotlin
fun Any.foo() {
|
|
fun Any.local() {
|
|
println(this)
|
|
}
|
|
} |