mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
make Complete Statement guess more often with unclosed overloaded method calls (IDEA-210617)
GitOrigin-RevId: 19121349fed3324788594beb54021ad2fb332e48
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d3247d67c8
commit
5a338f9995
+1
@@ -5,5 +5,6 @@ class Main {
|
||||
}
|
||||
|
||||
private String getFileName(Path path) { return path.toString(); }
|
||||
private String getFileName(Path path, boolean something) { return path.toString(); }
|
||||
private void foo(String text, int count) {}
|
||||
}
|
||||
|
||||
+1
@@ -5,5 +5,6 @@ class Main {
|
||||
}
|
||||
|
||||
private String getFileName(Path path) { return path.toString(); }
|
||||
private String getFileName(Path path, boolean something) { return path.toString(); }
|
||||
private void foo(String text, int count) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user