public class Example {
   public int fortyTwo() {
     return 6*9;
   }
   public void run() {
     System.out.println(fortyTwo())
     #int() fortyTwo = #int() { return 42; }
     System.out.println(fortyTwo())
   }
}
What's the result on the output here?