mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
add single static import: ensure not available when conflict(IDEA-174983)
when methods (> 1) with same name exist in the containing class
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import foo.*;
|
||||
class MyTest {
|
||||
{
|
||||
Assert.assert<caret>True(false);
|
||||
}
|
||||
|
||||
static void assertTrue() {}
|
||||
static void assertTrue(String message, boolean flag) {}
|
||||
}
|
||||
Reference in New Issue
Block a user