package-info.java is involved in Ctrl-Q (IDEA-26014); testdata moved

This commit is contained in:
anna
2010-04-21 20:07:35 +04:00
parent 581e899f47
commit 73081ee24d
15 changed files with 83 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
class A {
public static int A = 23;
/** The value of A is {@value #A}. */
public static void JAVADOC_ME() { }
}