blob: 5cf308211585430c8d313c22783c64d838cb6789 [file] [log] [blame]
public class Base {
public Value getValue() {
return new Value();
}
}