Sign in
apache
/
netbeans
/
5de8e61a014f4f50903e681036d8751361c83460
/
.
/
java
/
java.editor
/
test
/
qa-functional
/
data
/
CC15Tests
/
src
/
test5
/
CCTest5bii.java
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 =
}
}