mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Fixes IDEA-195416 Join lines over arithmetic operations should preserve order Also StreamApiMigrationInspection#getOperationSign moved to TypeConversionUtil#getBinaryOperationText and reused
5 lines
60 B
Java
5 lines
60 B
Java
class Foo {
|
|
{
|
|
int a = (1 + 2) * (2 + 3);
|
|
}
|
|
} |