blob: 2cedaae026d013a19898508efcbdca2475f46e72 [file] [log] [blame]
package p;
//can't rename m to k
class A{
static public void m(){}
static public void k(){}
}