JavaCompilerCore/resources/bytecode/javFiles/EmptyMethod.jav

9 lines
104 B
Plaintext
Raw Normal View History

2017-11-29 13:45:15 +00:00
public class EmptyMethod{
public void m1(){
System.out.println("test");
}
public void m2(){}
}