better fix for IDEA-111684

This commit is contained in:
Maxim.Mossienko
2014-01-27 20:16:51 +01:00
parent 3e8d5d887f
commit bb558e8990
6 changed files with 64 additions and 39 deletions
@@ -0,0 +1,2 @@
<html><head> <style type="text/css"> #error { background-color: #eeeeee; margin-bottom: 10px; } p { margin: 5px 0; } </style></head><body><small><b><a href="psi_element://Test"><code>Test</code></a></b></small><PRE>public static final int <b>field =
Resolved value: 2</b></PRE></body></html>
@@ -0,0 +1,3 @@
class Test {
public static final int field = 1 + 1;
}