mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 22:43:40 +07:00
GitOrigin-RevId: 21315bb550bacc92cd2958c505eb0b5a989ee858
9 lines
158 B
Java
9 lines
158 B
Java
public class Test {
|
|
void foo1() {
|
|
foo(
|
|
strings
|
|
.stream()
|
|
.<caret>
|
|
);
|
|
}
|
|
} |