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

4 lines
61 B
Kotlin

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