mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
IDEA-156628 QuickDoc does not showing array initializers correctly
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<html><head><base href="placeholder"> <style type="text/css"> #error { background-color: #eeeeee; margin-bottom: 10px; } p { margin: 5px 0; } </style></head><body><small><b><a href="psi_element://A"><code>A</code></a></b></small><PRE>public static int[] <b>x = new int[]{1, 2, 3}</b></PRE></body></html>
|
||||
@@ -0,0 +1,3 @@
|
||||
class A {
|
||||
public static int[] x = new int[]{1, 2, 3};
|
||||
}
|
||||
Reference in New Issue
Block a user