blob: 05d41118e6a43c6e55d90aa8e45cefe3020790ba [file] [log] [blame]
package test;
class Method {
public static String method() { return "method()"; }
}