mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java] The highest language level is now 22
Some tests are adjusted, as now (after unnamed variables release), we warn on every unused lambda parameter GitOrigin-RevId: 17ce095a19332d22ba0cbcef1e6751ea309ca774
This commit is contained in:
committed by
intellij-monorepo-bot
parent
22f3891aa5
commit
d4b107d27a
+1
-1
@@ -11,6 +11,6 @@ class Resource<<warning descr="Type parameter 'K' is never used">K</warning>> {
|
||||
|
||||
static {
|
||||
final Optional<String> empty = Optional.empty();
|
||||
Resource.of(empty.flatMap(s -> empty));
|
||||
Resource.of(empty.flatMap(<warning descr="Parameter 's' is never used">s</warning> -> empty));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user