Sign in
apache
/
netbeans
/
17e74f5014491ef7f79abb6a8b07ee864f6b26b8
/
.
/
java
/
java.editor
/
test
/
qa-functional
/
data
/
CC15Tests
/
src
/
test10
/
CCTest10biii.java
blob: 44593f30ecc77f8a4775122fe417813298de1dae [
file
]
package
test10
;
import
test9
.
CCTest9a
;
public
class
CCTest10biii
{
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
}
}