blob: 78456782767d14ea741f35138f36fb876514609e [file] [log] [blame]
package com.siyeh.igtest.junit;
import junit.framework.TestCase;
public class UnconstructableTestCase4 extends TestCase
{
public UnconstructableTestCase4(String foo)
{
System.out.println("");
}
}