mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
InlineStreamMapAction: testdata fixed
This commit is contained in:
@@ -3,6 +3,6 @@ import java.util.List;
|
||||
|
||||
public class Main {
|
||||
public static void test(List<CharSequence> list) {
|
||||
list.stream().map(cs -> cs.subSequence(1, 5)).forEach(charSequence -> System.out.println(charSequence.length()));
|
||||
(list.stream().map(cs -> cs.subSequence(1, 5))).forEach(charSequence -> System.out.println(charSequence.length()));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user