blob: 01a16353680872fda00df1c37cf0bc6956e99cf0 [file] [log] [blame]
package testdata;
public class Basic {
String field = "this is a field";
String method() {
return "this is a method result";
}
}