Add inspection "main should return Unit" #KT-16085 Fixed

This commit is contained in:
Toshiaki Kameyama
2018-04-11 18:18:58 +03:00
committed by Mikhail Glukhikh
parent 8784d89f38
commit 1cd438c3f7
19 changed files with 200 additions and 3 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports a main function with incorrect return type (should be <b>Unit</b>).
</body>
</html>