mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-18 07:15:51 +07:00
testdata for IDEA-67678
This commit is contained in:
+9
@@ -38,4 +38,13 @@ public class Bug {
|
||||
}
|
||||
|
||||
class SubClass extends Bug {
|
||||
}
|
||||
|
||||
class A67678
|
||||
{
|
||||
private void foo(){}
|
||||
<T extends A67678 & Cloneable> void bar(T x)
|
||||
{
|
||||
x.<error descr="'foo()' has private access in 'A67678'">foo</error>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user