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