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