external compiler: test data simplified

This commit is contained in:
nik
2012-09-04 12:20:48 +04:00
parent 91670ba77b
commit 163227c22f
30 changed files with 22 additions and 28 deletions
@@ -0,0 +1,4 @@
package impl;
class Service{
public Service(int a){}
}