blob: 0e32419eff53148b077d0345f980da8839678f97 [file] [log] [blame]
package com.siyeh.ig.controlflow;
import com.siyeh.ig.IGInspectionTestCase;
public class SwitchStatementWithConfusingDeclarationInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/controlflow/switch_statement_with_confusing_declaration",
new SwitchStatementWithConfusingDeclarationInspection());
}
}