blob: b390b3307984d167476f94d1f8967c94e9364f6e [file] [log] [blame]
package p;
//renaming A.m to k
abstract class A {
abstract void m();
}