blob: 8ff83410530fbb37ce43fc41173dff07c8ee395c [file] [log] [blame]
package testdata;
public class A {
String hello() {
return "hello from A";
}
}