Add inspection to detect public API with implicit type

This commit is contained in:
Mikhail Glukhikh
2018-03-28 16:15:12 +02:00
parent 6a619d0aa5
commit 34de241154
9 changed files with 153 additions and 14 deletions
@@ -0,0 +1,6 @@
<html>
<body>
This inspection reports <b>public</b> and <b>protected</b> functions and properties that have an implicit return type.
For API stability reasons, it's recommended to specify such types explicitly.
</body>
</html>