blob: 2e173ef81756bb0dc7178908e9c147ba91276ae8 [file] [log] [blame]
public class Value {
public String toString() {
return "Value";
}
}