Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 34325dea706958829d69ea8e3c0f9857771ca977 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package javadoc.test102;
public class TestB2 { /*  C0 */ //  C1 */
	/*  C2 */ //  C3 */

	/*  C4 */ //  C5 */
	void foo() {} /*  C6 */ //  C7 */
	/*  C8 */ //  C9 */

	/*  C10 */ //  C11 */
	void bar() {}
	/*  C12 */ //  C13 */

	/*  C14 */ //  C15 */
}

Back to the top