KT-9661 Code completion of "get" and "set" in property accessors

#KT-9661 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-10-21 19:15:28 +03:00
parent 798223b0e4
commit 6eba45febd
20 changed files with 122 additions and 17 deletions
+7 -1
View File
@@ -10,8 +10,12 @@ class Some {
// EXIST: enum class
// EXIST: final
// EXIST: fun
// EXIST: get
/*TODO*/
// EXIST: get
// EXIST: "get() = "
// EXIST: "get() {}"
// EXIST: inner
// EXIST: internal
// EXIST: object
@@ -21,6 +25,8 @@ class Some {
// EXIST: protected
// EXIST: public
// EXIST: set
// EXIST: "set(value) = "
// EXIST: "set(value) {}"
// EXIST: interface
// EXIST: val
// EXIST: var