JavaCompilerCore/test/bytecode/VoidMeth.jav

4 lines
48 B
Plaintext
Raw Normal View History

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