interface A { default String toString() { return ""; } default void finalize() throws Throwable { } }