Redundant getter / setter inspection #KT-19514 Fixed (#1282)
This commit is contained in:
committed by
Dmitry Jemerov
parent
a3060f1073
commit
e01371b231
@@ -0,0 +1,4 @@
|
||||
class Test {
|
||||
protected var x = 1
|
||||
<caret>protected set
|
||||
}
|
||||
Reference in New Issue
Block a user