// PR601 class test { public static void foo() {} } class Test { public static void main(String[]args) { test.foo(); }}