mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
additional testdata (following IDEA-CR-8743)
This commit is contained in:
@@ -22,5 +22,6 @@ class Test {
|
||||
strings.forEach((IoFunction<String>) arg -> {throw new IOException();});
|
||||
strings.forEach((IFunction<String>) arg -> {});
|
||||
strings.forEach((IIFunction<String>) arg -> {});
|
||||
strings.forEach((<warning descr="Casting 'arg -> {}' to 'Consumer<String>' is redundant">Consumer<String></warning>) arg -> {});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user