Add "Replace Java static method with Kotlin top-level function" inspection

#KT-27411 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-03-29 18:56:38 +09:00
committed by Dmitry Gridin
parent 6bef27e1e8
commit faa6eacb25
71 changed files with 663 additions and 0 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports a Java static method call replaceable by a Kotlin top-level function, e.g. <b>System.out.println()</b>.
</body>
</html>