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