mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-01 12:50:56 +07:00
untie static methods in interface hierarchy (IDEA-118577)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
interface A
|
||||
{
|
||||
static void foo(){}
|
||||
}
|
||||
interface B extends A
|
||||
{
|
||||
static int foo(){ return 1; }
|
||||
}
|
||||
Reference in New Issue
Block a user