mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +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