/* Author: James Tam Version: March 5, 2021 */ public class X { public void method1 () { System.out.println("x"); } }