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