Files
kotlin-fork/idea/idea-live-templates/testData/context/LocalObject.kt
T
Nikolay Krasko 4d6206a7b5 Introduce 'maino' and 'psvmo' templates for generating main in object (KT-6520)
#KT-6520 Fixed
(cherry picked from commit cf1bdba)
2016-08-18 17:25:32 +03:00

5 lines
56 B
Kotlin
Vendored

fun test() {
object Test {
t<caret>t
}
}