Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 40c806c6387da81c80a551693430d77161e9929e (plain) (blame)
1
2
3
4
5
6
7
package p;

public class A {
	static void foo(){};
	static int fred;
	static class Stat{}
}

Back to the top