method refs: test data fixed according to code style

This commit is contained in:
anna
2012-09-26 20:37:21 +02:00
parent b76a8d3d5d
commit 9c4f5ddb11
2 changed files with 2 additions and 2 deletions
@@ -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);
}