Files
kotlin-fork/idea/resources/inspectionDescriptions/ReplaceJavaStaticMethodWithKotlinAnalog.html
T

6 lines
148 B
HTML

<html>
<body>
This inspection reports a Java static method call replaceable by a Kotlin function, e.g. <b>System.out.println()</b>.
</body>
</html>