Organized compiledJava test data.

This commit is contained in:
Evgeny Gerashchenko
2013-03-07 13:31:32 +04:00
parent fd2d5975e4
commit 6c59eedc48
10 changed files with 49 additions and 41 deletions

View File

@@ -0,0 +1,5 @@
package test;
public class StaticFinal {
public static final String foo = "aaa";
}