/**
*  Foo class
*/

class Foo
begin
   /**
   *    foo method
   */
   method void foo()
   begin
      hello();
   end
end