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