mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
IDEA-76808 Smart completion doesn't suggest any variants inside arithmetic or boolean expressions containing three or more operands
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class A {
|
||||
int m() {
|
||||
return 0 + 1 + hashCode()<caret>;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
class A {
|
||||
int m() {
|
||||
return 0 + 1 + ha<caret>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user