mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 11:00:04 +07:00
IDEA-138061 Prefer "return" completion suggestion before the last expression in a code block
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
public class Test {
|
||||
|
||||
int rMethod() {}
|
||||
|
||||
int foo(int rParam) {
|
||||
Object rLocal;
|
||||
r<caret> rMethod();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user