mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-25 21:16:44 +07:00
disable surround with parenthesis for one-no-type-parameter lambda
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
interface I {
|
||||
String apply(String s);
|
||||
}
|
||||
class Test {
|
||||
{
|
||||
I f = <selection>s</selection> -> s;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user