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
148 B
Java
5 lines
148 B
Java
public class Foo {
|
|
void test(int x, String s) {
|
|
System.out.println(x+(!s.trim().substring(new int[] {1,2,3}.length).isEmpty()?<caret>));
|
|
}
|
|
} |