Files
kotlin-fork/idea/testData/templates/sout_InCallArguments.kt
T

6 lines
70 B
Kotlin

fun main(args : Array<String>) {
foo(
<caret>
)
}