Introduce inspection for callables with implicit 'Nothing?' type

Inspection is reported only for vars and open callables
So #KT-21023 Fixed
This commit is contained in:
Toshiaki Kameyama
2017-11-01 09:05:40 +03:00
committed by Mikhail Glukhikh
parent bcbeab00d5
commit 0fffb9fb17
12 changed files with 108 additions and 0 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports variables / functions with implicit `Nothing?` type.
</body>
</html>