blob: 303f91c82a0cbda19c70afd04477fd686c98d054 [file] [log] [blame]
package p;
interface B{
default String getDefaultName() {
return "Something";
}
}