extract jdk8-specific dfa test

This commit is contained in:
peter
2013-10-02 10:28:21 +02:00
parent 4542fe6ee9
commit 27df426af5
5 changed files with 87 additions and 30 deletions
@@ -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;
}