JavaCompilerCore/test/bytecode/VoidMeth.jav
2017-12-13 13:15:11 +01:00

4 lines
48 B
Java

public class VoidMeth{
public void test(){
}
}