9 lines
104 B
Plaintext
Raw Normal View History

2024-05-02 23:04:07 +02:00
public class EmptyMethod{
public void m1(){
System.out.println("test");
}
public void m2(){}
}