blob: 6b590c23afd30b97200817f830f138c4cc9ce9f2 [file] [log] [blame]
package p;
class A {
void m() {
}
void use() {
m();
}
}