Redundant getter / setter inspection #KT-19514 Fixed (#1282)

This commit is contained in:
Toshiaki Kameyama
2017-09-06 00:27:56 +09:00
committed by Dmitry Jemerov
parent a3060f1073
commit e01371b231
34 changed files with 423 additions and 0 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports redundant property getter.
</body>
</html>
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports redundant property setter.
</body>
</html>