mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
method refs: test data fixed according to code style
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Test {
|
||||
{
|
||||
((Bar) Test::length)._("");
|
||||
((Bar) Test :: length)._("");
|
||||
}
|
||||
|
||||
public static Integer length(String s) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class Test {
|
||||
{
|
||||
Bar c = Test::length;
|
||||
Bar c = Test :: length;
|
||||
bar(c);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user