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