Sign in
apache
/
netbeans
/
980c7f261edc4e4eed0d30056de05b3018112265
/
.
/
java
/
java.editor
/
test
/
qa-functional
/
data
/
CC15Tests
/
src
/
test9
/
CCTest9b.java
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
}
}