mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
7 lines
92 B
Kotlin
7 lines
92 B
Kotlin
// "Create function 'foo'" "true"
|
|
|
|
object A
|
|
|
|
fun test() {
|
|
val a: Int = A.<caret>foo(2)
|
|
} |