Merge branch 'pw/wildmatch-fixes'
[git.git] / t / t4018 / java-class-member-function
blob3b95f68b3b0c8252f083e549332244175ece6d0a
1 public class Beer
3         int special;
4         public static void main(String RIGHT[])
5         {
6                 someMethodCall();
7                 someOtherMethod("17")
8                         .doThat();
9                 // Whatever
10                 System.out.print("ChangeMe");
11         }