blob: 8be83261730e4cc78e455053dca6d08cfc1cab9e [file] [log] [blame]
package com.subscope2.d;
import com.subscope2.c.C;
public class D{
C c = new C();
}