Files
kotlin/idea/testData/codeInsight/postfix/val.kt
Denis Zharkov b702886f0d Introduce var/val postfix templates
#KT-4710 In Progress
2016-09-20 15:26:45 +03:00

5 lines
57 B
Kotlin
Vendored

fun bar() = 1
fun foo() {
val x = bar().val<caret>
}