blob: f24b779585a6c98c1f44125c93a0614c907bbcc3 [file] [log] [blame]
package com.a;
import com.b.B;
import com.c.C;
public class A{
B b = new B();
C c = new C();
}