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

Back to the top