mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 19:02:04 +07:00
GitOrigin-RevId: d26f7b045b8c88ebfcc64e854221db5c1b2ff6c1
8 lines
148 B
Java
8 lines
148 B
Java
import java.util.*;
|
|
|
|
class MyTest {
|
|
|
|
private void foo(List<Object> b) {
|
|
if (<selection>6 - b.size()</selection> - 2L < 1) {}
|
|
}
|
|
} |