moving tests to CE

This commit is contained in:
Dmitry Jemerov
2009-09-25 21:28:29 +04:00
parent 612966f758
commit 4c0f33ef3b
9 changed files with 6 additions and 0 deletions
@@ -0,0 +1,6 @@
public class Assignment {
public void test() {
int x = 0, y = 0;
y = x;
}
}