TEST

 1 public void method01(){ 2 3 System.out.println("hello world"); 4 } 
public static void method01(){



}
public void method01(){

System.out.println("HELLO WORLD");

}

  

1 public void method01(){
2 
3   
4 
5 }
public void method01(){


System.out.println("hello world");

}
public class MyInnerTest{

  // 测试
  private String name;



}
阳光总在风雨后!
原文地址:https://www.cnblogs.com/wanglichaoya/p/15464138.html