JavaCompilerCore/test/bytecode/MethodEmpty.jav

7 lines
42 B
Plaintext
Raw Normal View History

2015-06-18 11:17:42 +02:00
class MethodEmpty{
void method() { }
}