497e4fab79
#KT-5903 Fixed
5 lines
83 B
Kotlin
5 lines
83 B
Kotlin
// "Create function 'foo' from usage" "true"
|
|
|
|
fun test() {
|
|
<caret>foo(2, "2")
|
|
} |