Files
kotlin-fork/idea/testData/completion/keywords/PropertySetterGetter.kt
T
2011-12-29 15:08:42 +04:00

7 lines
75 B
Kotlin

class Some {
val a : Int
<caret>
}
// EXIST: get
// EXIST: set