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

6 lines
74 B
Kotlin

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