mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
ExtractIfCondition: fix testdata (extra comment)
This commit is contained in:
-1
@@ -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
|
||||
|
||||
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user