blob: ec44c4d579808dd2ce9467cc32e8ff6a8a0b161e [file] [log] [blame]
package com.siyeh.ig.numeric;
import com.siyeh.ig.IGInspectionTestCase;
public class CastThatLosesPrecisionInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/numeric/cast_that_loses_precision", new CastThatLosesPrecisionInspection());
}
}