blob: 3a11790996ed1fab82d1ab2901befee49ca83159 [file] [log] [blame]
package test;
public class DummyObject {
public String toString() {
return "dummy";
}
}