JavaPatternMatching/bin/mycompiler/test/trivial/TestMethodEmpty.jav
2013-10-18 13:33:46 +02:00

6 lines
55 B
Java
Executable File

public class TestMethodEmpty {
emptyMethod() {
}
}