project & structure view tests to CE

This commit is contained in:
Kirill Kalishev
2010-03-16 18:26:49 +03:00
parent 39a7f0a7ad
commit 0bc490c330
66 changed files with 590 additions and 53 deletions

View File

@@ -0,0 +1,10 @@
package com.package1;
public class Class1 {
public boolean myField1;
public boolean myField2;
public int getValue(){
return 0;
}
}