Sign in
apache
/
netbeans
/
5de8e61a014f4f50903e681036d8751361c83460
/
.
/
java
/
java.editor
/
test
/
qa-functional
/
data
/
CC15Tests
/
src
/
test7
/
CCTest7bi.java
blob: 46baac4cd1554769e19633caeca3af7606fd6629 [
file
] [
log
] [
blame
]
package
test7
;
import
static
test7
.
CCTest7a
.
testStatic
;
public
class
CCTest7bi
{
public
static
void
main
(
String
[]
args
)
{
CCTest7a
t
=
new
CCTest7a
();
}
}