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

4 lines
52 B
Kotlin

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