blob: 58090d80a3da5961f25d6d0e4af3bc5dc028978a [file] [log] [blame]
import junit.framework.TestCase;
public class T extends TestCase {
private int i;
public void setUp() {
i = 9;
}
}