mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
8 lines
142 B
Java
8 lines
142 B
Java
class X {
|
|
void test(List<String> list) {
|
|
list.stream()
|
|
.<selection>m<caret>ap</selection>(x -> x)
|
|
.collect(toList());
|
|
}
|
|
}
|