The Java Program: one/Unrelated.java

  1 // Same name as the class in package "another"!
  2 
  3 package one;
  4 
  5 class Unrelated {
  6 }