Sign in
android
/
platform
/
external
/
jetbrains
/
kotlin
/
refs/heads/compose-dev
/
.
/
idea
/
resources-en
/
inspectionDescriptions
/
ReplaceJavaStaticMethodWithKotlinAnalog.html
blob: e190d34a2de120cacbb064b6cf597192637c7e87 [
file
] [
edit
]
<html>
<body>
This inspection reports a Java static method call replaceable by a Kotlin function, e.g.
<b>
System.out.println()
</b>
.
</body>
</html>