5 lines
84 B
Kotlin
5 lines
84 B
Kotlin
// "Create function 'foo'" "true"
|
|
|
|
fun test(): Int {
|
|
return <caret>foo(2, "2")
|
|
} |