mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
[java-inspections] More tests for preview
GitOrigin-RevId: 6b6405ee4491ad1d58947547c40df6fb2d291ab7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
bbb218a972
commit
dd689d3a39
@@ -1,6 +1,6 @@
|
||||
import java.util.stream.Stream;
|
||||
|
||||
// "Fold expression into Stream chain" "true"
|
||||
// "Fold expression into Stream chain" "true-preview"
|
||||
class Test {
|
||||
boolean foo(String a, String b, String c, String d) {
|
||||
return Stream.of(a, b, c, d).allMatch(s -> s.startsWith("xyz"));
|
||||
|
||||
Reference in New Issue
Block a user