KT-12195 Quickfix @JvmStatic on main() method in an object (#1192)

* Quickfix @JvmStatic on main() method in an object #KT-12195 Fixed

* Fixed #KT-12195
This commit is contained in:
Toshiaki Kameyama
2017-07-19 20:37:12 +09:00
committed by Dmitry Jemerov
parent a8da79a130
commit 366b9d1d79
20 changed files with 220 additions and 5 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This intention adds @JvmStatic annotation to main() method in an object.
</body>
</html>