mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
prefer return
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
public class Test {
|
||||
|
||||
void rMethod() {}
|
||||
|
||||
int foo(int rParam) {
|
||||
Object rLocal;
|
||||
r<caret>
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user