Add @JvmStatic Intention: Support functions/properties in objects

Also eliminate unnecessary object instance references on Java call sites

 #KT-20095 Fixed
This commit is contained in:
Alexey Sedunov
2017-11-03 15:39:16 +03:00
parent cfad305826
commit ba0b21d1a3
55 changed files with 446 additions and 109 deletions
@@ -1,5 +1,5 @@
<html>
<body>
This intention adds @JvmStatic annotation to main() method in an object.
This intention adds @JvmStatic annotation to the specified function or property of an object declaration.
</body>
</html>