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