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

5 lines
54 B
Kotlin
Vendored

package test
object O {
val <caret>foo: Int = 1
}