mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
no enclosing instance (IDEA-97063)
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
class OtherClass {
|
||||
public class InnerClass {}
|
||||
}
|
||||
|
||||
class Main<B extends OtherClass.InnerClass> { }
|
||||
class Main1 extends <error descr="No enclosing instance of type 'OtherClass' is in scope">OtherClass.InnerClass</error> { }
|
||||
Reference in New Issue
Block a user