Add inspection for redundant overrides that only calls the super method

So #KT-19428 Fixed
This commit is contained in:
takahirom
2017-08-15 12:45:38 +03:00
committed by Mikhail Glukhikh
parent 8af7a25f8e
commit 806aa7d4c1
18 changed files with 317 additions and 1 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports redundant 'override' function which can be omitted.
</body>
</html>