mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
IDEA-120217 same lambda param names highlighting
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import java.util.function.BiFunction;
|
||||
class X {
|
||||
BiFunction<Object, Object, Object> b = (<error descr="Variable 'o1' is already defined in the scope">o1</error>, <error descr="Variable 'o1' is already defined in the scope">o1</error>) -> null;
|
||||
}
|
||||
Reference in New Issue
Block a user