mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
no enclosing instance: sibling static nested class should be also be checked (IDEA-105004)
This commit is contained in:
+5
@@ -95,3 +95,8 @@ public class A42 {
|
||||
class D42 extends A42.B {
|
||||
D42() {new A42().super();}
|
||||
}
|
||||
|
||||
class IDEA105004 {
|
||||
class A {}
|
||||
static class B extends <error descr="No enclosing instance of type 'IDEA105004' is in scope">A</error> {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user