"Redundant visibility modifier" inspection: don't report for property getter

#KT-32347 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-07-05 00:03:40 +09:00
committed by Dmitry Gridin
parent a96a938f87
commit 64780293d3
4 changed files with 11 additions and 0 deletions
@@ -0,0 +1,2 @@
// "Remove redundant 'public' modifier" "true"
val a <caret>public get() = 0
@@ -0,0 +1,2 @@
// "Remove redundant 'public' modifier" "true"
val a get() = 0