blob: 931598db8f0f70b8f81c3d869151404c8ee1b89d [file] [log] [blame]
// "Move initializer to setUp method" "true"
package junit.framework;
public class X extends TestCase {
<caret>int i = 7;
}
//HACK: making test possible without attaching jUnit
public abstract class TestCase {
}