@SuppressWarnings("all") interface Interfaces { int x = 10; void y(); int a = 20; void b(); }