mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
check if current class doesn't have access to siblings (IDEA-19200)
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
class Test {
|
||||
class Test1 extends Test {}
|
||||
static class Test2 extends <error descr="No enclosing instance of type 'Test' is in scope">Test1</error> {}
|
||||
|
||||
|
||||
static class Test11 extends Test {}
|
||||
static class Test21 extends Test11 {}
|
||||
}
|
||||
Reference in New Issue
Block a user