// Oops, interfaces extend other interfaces,
// only classes can implement them.
interface X implements Y
   {
   // ...
   }