t / t4018 / java-class-member-functionon commit git-svn: only look at the root path for svn:mergeinfo (9ee13a9)
   1public class Beer
   2{
   3        int special;
   4        public static void main(String RIGHT[])
   5        {
   6                System.out.print("ChangeMe");
   7        }
   8}