Skip to main content
summaryrefslogtreecommitdiffstats
blob: 7d2fe12d69aac5b697d034519baeb709e12f2fb3 (plain) (blame)
1
2
3
4
5
6
// test025
public class A {
	public void foo() {
	}
	public int field1;
}

Back to the top