blob: 867d103101fafbad54a28f06752e9b42c0e56d45 [file] [log] [blame]
package com.siyeh.ig.dataflow;
import com.siyeh.ig.IGInspectionTestCase;
public class ConstantValueVariableUseInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/dataflow/constant_value_variable_use",
new ConstantValueVariableUseInspection());
}
}