test/tools/javac/flow/tests/TestCaseForEach.java

changeset 0
959103a6100f
child 2709
dca7f60e618d
equal deleted inserted replaced
-1:000000000000 0:959103a6100f
1 /* /nodynamiccopyright/ */
2
3 public class TestCaseForEach {
4
5 @AliveRange(varName="o", bytecodeStart=25, bytecodeLength=8)
6 @AliveRange(varName="o", bytecodeStart=39, bytecodeLength=1)
7 void m(String[] args) {
8 Object o;
9 for (String s : args) {
10 o = "";
11 o.hashCode();
12 }
13 o = "";
14 }
15 }

mercurial