mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
shadowing of static imports (IDEA-142600)
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import static foo.Foo.*;
|
||||
import static foo.Bar.foo;
|
||||
|
||||
class Usage {
|
||||
{
|
||||
foo(foo);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user