mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
EA-68330 - AIOOBE: RedundantLambdaParameterTypeIntention.isAvailable
process lambdas with formal param types at vararg position
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
// "Remove redundant types" "false"
|
||||
import java.util.function.Function;
|
||||
|
||||
class Test {
|
||||
<K> void f(Function<K, String>... l){}
|
||||
|
||||
{
|
||||
f(null, (Str<caret>ing s) -> s);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user