blob: 44593f30ecc77f8a4775122fe417813298de1dae [file]
package test10;
import test9.CCTest9a;
public class CCTest10biii {
public static void main(String[] args) {
CCTest9a e; //Check that CCTest9a is in the CC
e = CCTest9a.A; //Check the CC provided after the dot
}
}