mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
private inner is not visible in type param bounds (IDEA-67517)
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
class A<T extends <error descr="'A.B' has private access in 'A'">A<T>.B</error>> {
|
||||
private class B {}
|
||||
}
|
||||
Reference in New Issue
Block a user