mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
method ref: hide spaces around dbl colon by default
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Test {
|
||||
{
|
||||
((Bar) Test :: length)._("");
|
||||
((Bar) Test::length)._("");
|
||||
}
|
||||
|
||||
public static Integer length(String s) {
|
||||
|
||||
Reference in New Issue
Block a user