5 lines
78 B
Kotlin
Vendored
5 lines
78 B
Kotlin
Vendored
class X(val k: Int)
|
|
|
|
fun foo(abc: X, n: Int): Boolean {
|
|
return abc.k > n
|
|
} |