mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
1. Honor SPACE_WITHIN_PARENTHESES setting 2. Some cheap lexer checks to avoid document commit when unnecessary GitOrigin-RevId: 168e521a4f59d294d09098a05d7fa276501cf2ba
5 lines
91 B
Java
5 lines
91 B
Java
public class Foo {
|
|
void test(int x) {
|
|
if((x|0x1F)!=0x1F && ( x|0x38 )!=<caret>)
|
|
}
|
|
} |