ExtractIfCondition: fix testdata (extra comment)

This commit is contained in:
Tagir Valeev
2018-04-13 10:04:40 +07:00
parent 25afaad16d
commit d31f5f410d
2 changed files with 0 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
// "Extract if (a)" "true"
class Test {
void f(boolean a, boolean b, boolean c, boolean d){
//a
if (a) {
if (b) {
System.out.println("a&b");//first comment

View File

@@ -1,7 +1,6 @@
// "Extract if (a)" "true"
class Test {
void f(boolean a, boolean b, boolean c, boolean d){
//a
if (a) {
if (b) {
System.out.println("a&b");//first comment