Initial revision

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@189 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 5e5b56354e
commit f9cd7f5122
  1. 14
      jode/test/InlineTest.java

@ -0,0 +1,14 @@
// You may put this in different packages, to check package wide
// inlining (see jode.test.OptimizeTest)
package jode.test;
/**
* Check if inlines are allowed over package borders.
*/
public class InlineTest {
public static final int
difficultSideInline(jode.test.OptimizeTest ot, int a) {
return ot.g++ + a;
}
}
Loading…
Cancel
Save