blob: 56f565d8fe2bef27c14baa6a519e92ac1d550e41 [file] [log] [blame]
package com.siyeh.igtest.junit;
import junit.framework.TestCase;
public class TestCaseWithConstructorInspection1 extends TestCase
{
public TestCaseWithConstructorInspection1()
{
System.out.println("");
}
}