blob: 3337108afc13a1f384fb99bc189dc2e424810786 [file] [log] [blame]
package a;
public class A {
public String test() {
return "test";
}
}