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

4 lines
61 B
Kotlin

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