blob: cb6fd0531be1e83df345b58437264b25ffcc563c [file] [log] [blame]
package test5;
import static test4.CCTest4a.*;
public class CCTest5biii {
public static void main(String[] args) {
int x = TEST_FIELD; //Check wheher the CC provides TEST_FIELD after the =
}
}