JavaTXCompilerInJavaTX/test/bytecode/MethodCall.jav

9 lines
68 B
Plaintext
Raw Normal View History

2015-08-27 14:36:19 +00:00
class MethodCall{
2015-08-27 11:36:14 +00:00
void method() {
2015-08-27 14:36:19 +00:00
method2();
2015-08-27 11:36:14 +00:00
}
void method2(){}
}