blob: b48961d05d9696ce3269c4c4ea73f2c4a9006d6c [file] [log] [blame]
package package1.test;
public class A {
static Object method() {
return null;
}
}