moved to community, dropped obsolete tests

This commit is contained in:
Alexey Kudravtsev
2010-08-11 13:22:22 +04:00
parent c336fa7faf
commit 1314259c53
207 changed files with 7263 additions and 0 deletions
@@ -0,0 +1,12 @@
import xxxx.ddd;
import com.XXX;
import yyy.com.*;
import static zzz.yyy.com.AAA.*;
import static zzz.yyy.com.BBB;
class Foo {
{
// maybe it's from yyy.com.*
ZZZ z = null;
}
}