KT-6191 Support completion for backing field
#KT-6191 Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class C {
|
||||
var property = "abc"
|
||||
get() = $property + 1
|
||||
}
|
||||
|
||||
|
||||
fun foo(c: C){
|
||||
c.<caret>
|
||||
}
|
||||
|
||||
// ABSENT: $property
|
||||
Reference in New Issue
Block a user