blob: 9dbbbd7840f28b2f14be7935203f0eb69d271408 [file] [log] [blame]
package com.siyeh.ig.bugs;
import com.siyeh.ig.IGInspectionTestCase;
public class ClassNewInstanceInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/bugs/class_new_instance",
new ClassNewInstanceInspection());
}
}