Sign in
apache
/
netbeans
/
980c7f261edc4e4eed0d30056de05b3018112265
/
.
/
java
/
java.editor
/
test
/
qa-functional
/
data
/
CC15Tests
/
src
/
test9
/
CCTest9c.java
blob: aa3ecb97a8791ce8e99f2bd72c8e43766b6c6148 [
file
]
package
test9
;
public
class
CCTest9c
{
public
static
void
main
(
String
[]
args
)
{
CCTest9a
e
;
switch
(
args
.
length
)
{
case
0
:
case
1
:
switch
(
e
)
{
case
A
:
}
}
}
}