Files
kotlin-fork/idea/idea-completion/testData/basic/common/annotations/NoSetterParameterAutopopup.kt
T
2015-06-25 21:57:12 +02:00

7 lines
78 B
Kotlin
Vendored

var v: Int
get(){}
set(v<caret>)
// INVOCATION_COUNT: 0
// NUMBER: 0