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: 6b75c35c1b5dbb07c8bf5ea0b619c90ce27a01fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * test
 * 003 
 */
package p1.p2.test;
import java.io.Serializable;
import java.io.IOException;
public abstract class A extends java.lang.Object
		implements
			Runnable,
			Cloneable,
			Serializable {
	/*
	 * test4
	 * 004 
	 */
}

Back to the top