5 lines
96 B
Kotlin
5 lines
96 B
Kotlin
// "Create function 'foo' from usage" "true"
|
|
|
|
fun test() {
|
|
val a: Int = Unit.<caret>foo(2)
|
|
} |