mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-05 04:40:28 +07:00
ExtractIfCondition: fix testdata (extra comment)
This commit is contained in:
@@ -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,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