blob: 69800546ba1d827478ce19db94cc3a7866e194c1 [file]
package test9;
public class CCTest9b {
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
CCTest9a x = e.A; //Check the CC provided after the dot
}
}