Files
kotlin-fork/idea/resources/intentionDescriptions/AddJvmStaticIntention/description.html
T
Alexey Sedunov ba0b21d1a3 Add @JvmStatic Intention: Support functions/properties in objects
Also eliminate unnecessary object instance references on Java call sites

 #KT-20095 Fixed
2017-11-07 19:25:03 +03:00

6 lines
136 B
HTML

<html>
<body>
This intention adds @JvmStatic annotation to the specified function or property of an object declaration.
</body>
</html>