blob: f74405aa501bd9144174bc5a8a12be1e1481dab3 [file] [log] [blame]
class Wrapper {
String myField;
Wrapper(String s) {
myField = s;
}
}