5 lines
80 B
Kotlin
5 lines
80 B
Kotlin
class X(val k: Int)
|
|
|
|
fun X.<caret>foo(n: Int): Boolean {
|
|
return this.k > n
|
|
} |