mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +07:00
IDEA-172368 'Join lines' could handle increment with 0 nicer
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Foo {
|
||||
{
|
||||
int x = 0 + 2;<caret>
|
||||
int x = 2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user