blob: 85bfa664766fa9ea93e867fa36e3fb75ffa7938b [file] [log] [blame]
//can't rename m to hashCode
//see the lang spec: 9.2
package p;
interface I{
String m();
}