Added test on adding class (compile-server).

This commit is contained in:
Dmitry Boulytchev
2012-04-11 12:09:11 +04:00
parent a9d2bee8e6
commit 1164fdf078
18 changed files with 826 additions and 1 deletions
@@ -0,0 +1,5 @@
public class Util {
public static void foo (int x) {
}
}