mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-12 19:06:35 +07:00
test++
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
public class Test {
|
||||
|
||||
}
|
||||
|
||||
class B extends Test{
|
||||
Runnable fieldToMove = new Runnable(){
|
||||
public void run(){
|
||||
if (C.BOOL){}
|
||||
}
|
||||
};
|
||||
|
||||
static class C {
|
||||
static BOOL;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user