Raw
1 public class Beer
2 {
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 }
12 }