blob: ae05d58b6e0beee5dcd5f3856b8e7662e136d414 [file] [log] [blame]
class Wrapper {
String myField;
String getMyField(){return myField;}
}