Redundant getter/setter: reduce hightlight range to header

#KT-30559 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-03-22 23:15:04 +09:00
committed by Mikhail Glukhikh
parent 0cf641398c
commit 3b569737ad
8 changed files with 12 additions and 6 deletions
@@ -1,4 +1,4 @@
class Test {
private var x = 1
<caret>private set
private <caret>set
}