/** * Created by 李恒名 on 2017/6/8. */ public class Test { public void say() { System.out.println("Hello"); } }