blob: cf3e5f5199d30261b1f653c4cc08fbdf1467f30a [file] [log] [blame]
package test;
public class Empty {
public String toString() { return "nothing"; }
}