"Main should return Unit" inspection: extend on JUnit test methods

So #KT-24509 Fixed
This commit is contained in:
Toshiaki Kameyama
2018-06-05 23:26:53 +03:00
committed by Mikhail Glukhikh
parent b5e3db1811
commit 69d2e8898a
15 changed files with 80 additions and 15 deletions
@@ -1,5 +1,5 @@
<html>
<body>
This inspection reports a main function with incorrect return type (should be <b>Unit</b>).
This inspection reports a entry point function with incorrect return type (should be <b>Unit</b>).
</body>
</html>