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