blob: 7deb1e94aafdaaeb43f5a1819e6ae223e4bf1376 [file] [log] [blame]
package com.siyeh.ig.numeric;
import com.siyeh.ig.IGInspectionTestCase;
public class CharUsedInArithmeticContextInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/numeric/char_context",
new CharUsedInArithmeticContextInspection());
}
}