public class SwitchTest
{
    void testMethod()
    {
        switch(i)
        {
            case i:
            break;
        }
    }
}