Add "Replace Java static method with Kotlin top-level function" inspection
#KT-27411 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
6bef27e1e8
commit
faa6eacb25
@@ -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>
|
||||
Reference in New Issue
Block a user