Implement inspection for declarations with implicit platform types #KT-12310 Fixed

(cherry picked from commit 00d8c26)
This commit is contained in:
Kirill Rakhman
2016-06-07 00:35:31 +03:00
committed by Mikhail Glukhikh
parent 1cb72169f9
commit d7bf03be46
11 changed files with 164 additions and 0 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports functions and properties that have platform type. In order to prevent unexpected errors, the type should be declared explicitly.
</body>
</html>