Files
kotlin-fork/idea/resources/postfixTemplates/KtIntroduceVariablePostfixTemplate/after.kt.template
T
Denis Zharkov b702886f0d Introduce var/val postfix templates
#KT-4710 In Progress
2016-09-20 15:26:45 +03:00

5 lines
48 B
Plaintext

fun bar() = 1
fun foo() {
val bar = bar()
}