mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
inline parameter: warn if method with target signature already exist (IDEA-162205)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Test {
|
||||
void doTest(boolean <caret>b) {}
|
||||
void doTest() {
|
||||
doTest(false);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user