Source of TestFriendly.java


  1: //TestFriendly.java
  2: //Tests access to a method in the "default package".


  5: public class TestFriendly
  6: {
  7:     public static void main(String[] args)
  8:     {
  9:         Friendly.sayHi();
 10:     }
 11: }