mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
inline into method reference: keep with multiple return statements
This commit is contained in:
@@ -6,6 +6,7 @@ class Test {
|
||||
}
|
||||
|
||||
private String get() {
|
||||
if (true) return null;
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user