KT-11784 Completion for 'if' statement should add parentheses automatically

#KT-11784 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-04-18 21:44:40 +03:00
parent bf4a376831
commit 2a3b87f783
37 changed files with 378 additions and 91 deletions
+3 -3
View File
@@ -18,9 +18,9 @@ class Some {
// EXIST: private
// EXIST: protected
// EXIST: public
// EXIST: set
// EXIST: "set(value) = "
// EXIST: "set(value) {}"
// EXIST: { itemText: "set", tailText: null }
// EXIST: { itemText: "set", tailText: "(value) = " }
// EXIST: { itemText: "set", tailText: "(value) {}" }
// EXIST: interface
// EXIST: val
// EXIST: var