package testdata;
public class Basic {
String field = "this is a field";
String method() {
return "this is a method result";
}