update Java usages when adding 'const' modifier; make the action available as intention

This commit is contained in:
Dmitry Jemerov
2015-09-25 16:12:32 +02:00
parent 250456ab4b
commit 86a01a9a0d
7 changed files with 116 additions and 42 deletions
@@ -0,0 +1 @@
<spot>const val</spot> x = 1
@@ -0,0 +1 @@
<spot>val</spot> x = 1
@@ -0,0 +1,3 @@
<html><body>
This expression allows to add the 'const' modifier to properties which can be valid compile-time constants.
</body></html>