aboutsummaryrefslogtreecommitdiff
path: root/test/pretty/resource/after/Interfaces.java
blob: c5008f2b9cab616ecb37e22b8b118e83de80d374 (plain)
1
2
3
4
5
6
7
@SuppressWarnings("all")
interface Interfaces {
	int x = 10;
	void y();
	int a = 20;
	void b();
}