package test; class Method { public static String method() { return "method()"; } }