Sign in
apache
/
netbeans
/
980c7f261edc4e4eed0d30056de05b3018112265
/
.
/
java
/
java.editor
/
test
/
qa-functional
/
data
/
CC15Tests
/
src
/
test10
/
CCTest10bii.java
blob: d79e265393c98f39f3acebaeb63fee8587851ac5 [
file
]
package
test10
;
import
test9
.
CCTest9a
;
public
class
CCTest10bii
{
public
static
void
main
(
String
[]
args
)
{
CCTest9a
e
;
//Check that CCTest9a is in the CC
}
}