"Redundant visibility modifier" inspection: don't report for property getter
#KT-32347 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
a96a938f87
commit
64780293d3
@@ -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
|
||||
Reference in New Issue
Block a user