Introduce inspection for unused main parameter #KT-26999 Fixed

This commit is contained in:
Mikhail Glukhikh
2018-10-30 18:39:20 +03:00
parent ad44118605
commit 318d6e7111
11 changed files with 113 additions and 2 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports an unused main function parameter which is not necessary since Kotlin 1.3.
</body>
</html>