Sign in
apache
/
netbeans
/
980c7f261edc4e4eed0d30056de05b3018112265
/
.
/
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
}
}