11 lines
138 B
Plaintext
11 lines
138 B
Plaintext
|
public class SwitchTest
|
||
|
{
|
||
|
void testMethod()
|
||
|
{
|
||
|
switch(i)
|
||
|
{
|
||
|
case i:
|
||
|
break;
|
||
|
}
|
||
|
}
|
||
|
}
|