Files
kotlin-fork/idea/testData/refactoring/inline/inlineVariableOrProperty/property/WithGetter.kt
T
2016-07-19 15:42:15 +03:00

8 lines
85 B
Kotlin
Vendored

val C: Int
get() = 239
// not implemented yet
fun f() {
println(<caret>C)
}