1 2 3 4 5 6 7
@SuppressWarnings("all") interface Interfaces { int x = 10; void y(); int a = 20; void b(); }