mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 05:09:37 +07:00
check access class for super expressions referenced to interfaces
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package p2;
|
||||
|
||||
import p.*;
|
||||
|
||||
class Test extends Foo {
|
||||
{
|
||||
Test.super.foo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user