This commit is contained in:
Dmitry Jemerov
2009-09-11 16:43:06 +04:00
parent a636350aa2
commit 5e7b849a83
13 changed files with 8 additions and 3 deletions
@@ -0,0 +1,15 @@
public class Test {
}
class B extends Test{
Runnable fieldToMove = new Runnable(){
public void run(){
if (new C().BOOL){}
}
};
class C {
BOOL;
}
}