mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
DeleteSideEffectsAwareFix: handle comments
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// "Delete element" "true"
|
||||
class Test {
|
||||
void test(int x) {
|
||||
i<caret>f(x > 0) {}
|
||||
i<caret>f(x > 0) //comment
|
||||
{}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user