mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
lambda -> method ref: don't transform by default array access qualifiers (IDEA-166740)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// "Replace lambda with method reference" "false"
|
||||
|
||||
class Test {
|
||||
{
|
||||
Test[] t = new Test[1];
|
||||
Runnable r = () -> t[0].to<caret>String();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user