blob: 0079125dacc0893a8e01cefcaa5628bc47a0cc4c [file]
package test9;
public class CCTest9biii {
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
}
}