moving tests to CE

This commit is contained in:
Dmitry Jemerov
2009-09-25 20:58:23 +04:00
parent 7056118d36
commit 530ef44118
13 changed files with 6 additions and 1 deletions
@@ -0,0 +1,9 @@
// "f 5" "true"
public class Test {
void foo(<caret>){
Syste.out.print(d(new int[]{5}));
}
int d(int[] d){}
void bar(){foo();}
void bar1(){foo();}
}