mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 08:45:34 +07:00
extract jdk8-specific dfa test
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
|
||||
class Zoo2 {
|
||||
|
||||
void foo(@Nullable Object foo, @Nullable Object bar) {
|
||||
void foo(@Nullable final Object foo, @Nullable final Object bar) {
|
||||
if (foo == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user