Files
kotlin-fork/idea/idea-live-templates/testData/soutv.exp.kt
T
2015-11-23 20:31:33 +03:00

6 lines
98 B
Kotlin
Vendored

fun main(args : Array<String>) {
val x = 5
val y = "str"
println("y = ${y}")<caret>
}