Merged static members test into LoadJava.

This commit is contained in:
Evgeny Gerashchenko
2013-03-07 15:58:07 +04:00
parent d76de90931
commit 05e29af792
13 changed files with 24 additions and 79 deletions
@@ -0,0 +1,7 @@
package test;
public class Simple {
public static void bar() {}
public void foo() {}
}