Files
kotlin-fork/idea/testData/intentions/convertPropertyToFunction/javaUsages.kt
T
2015-02-05 23:12:38 +03:00

4 lines
54 B
Kotlin
Vendored

package test
val <caret>foo: Boolean
get() = true