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: fe62f9202efb79321bbe1803a0dedb55f6c09d3e (plain) (blame)
1
2
3
4
5
6
7
8
// test031 
package p1.p2.test;
import java.io.Serializable;
import java.io.IOException;
public abstract /*  */ class A extends p1.p2.fpfpfpfppffp.A implements Runnable, Cloneable, Serializable, Toto, Titi, Tata {
int CONST;
 /*          comment         */
int value;transient long s;protected synchronized void foo() throws IOException,Exception{}public A() throws IOException,Exception{}}

Back to the top