Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3d5335c7538433745121b76d2a282eef591f1ab4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package p71267.q71267;

/**
 * @see p71267
 * @see p71267.q71267
 * @see p71267.q71267.Test
 */
public class Test {
	/**
	 * @see p71267.q71267
	 * @see p71267.q71267.Test#field
	 */
    int field;
	/**
	 * @see p71267.q71267
	 * @see p71267.q71267.Test#method()
	 */
    void method() {}
}

Back to the top