// "Make 'toString()' default" "false" interface I { String toString() {return "foo";} }