mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
IDEA-96387 Code completion popup prefers unimported static method to local variable when appending to a string literal
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import java.lang.String;
|
||||
|
||||
public class Foo {
|
||||
|
||||
void foo(Object vx) {
|
||||
String s = "" + v<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user