moving tests to CE

This commit is contained in:
Dmitry Jemerov
2009-09-25 20:47:25 +04:00
parent 354a466ca6
commit 2eb0468116
17 changed files with 6 additions and 0 deletions
@@ -0,0 +1,6 @@
public class Foo {
public void foo() {
int[] array = new int[5];
for (int i = 0; i < array.length; i++) {}
}
}