add comment

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@190 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent f9cd7f5122
commit 9bc2e46bb8
  1. 6
      jode/test/OptimizeTest.java

@ -26,7 +26,11 @@ public class OptimizeTest {
}
public int g;
/**
* This is a really brutal test. It shows that side effects can
* make the handling of inlined methods really, really difficult.
*/
public final int sideInline(int a) {
return g++ + a;
}

Loading…
Cancel
Save