New J2K: Fix existing test data

This commit is contained in:
Ilya Kirillov
2019-04-10 15:55:37 +03:00
parent ae3920d535
commit c7e08f9e5d
36 changed files with 620 additions and 622 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ public class Java8Class {
foo1((Integer i) -> {
helper();
if (i > 1) {
return "42";
return null;
}
return "43";