blob: c6d201a1b6d0959d2105c1d50afab897d078adb6 [file] [log] [blame]
public class A{
B myB = new B();
void aa(){
myB.bb();
}
}