mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09: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,4 +1,4 @@
|
||||
// "Fold expression into Stream chain" "true"
|
||||
// "Fold expression into Stream chain" "true-preview"
|
||||
class Test {
|
||||
int foo(String a, String b, String c, String d) {
|
||||
return a.length()+b.length()+c.length()+<caret>d.length();
|
||||
|
||||
Reference in New Issue
Block a user