mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
method ref: hide spaces around dbl colon by default
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Test {
|
||||
{
|
||||
Bar c = Test :: length;
|
||||
Bar c = Test::length;
|
||||
bar(c);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user