mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-03 15:50:52 +07:00
lambda: check parameters if they use free names (IDEA-91502)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Test {
|
||||
{
|
||||
Object o = null;
|
||||
Comparable<String> c = <error descr="Variable 'o' is already defined in the scope">o</error> -> 42;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user