public interface A {
   int VAL = 5;
   void foo();
   void bar();
}