mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
better fix for IDEA-111684
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user