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

4 lines
48 B
Kotlin
Vendored

val Int.v: Int
get() {
<caret>
}