blob: 75ca6a7b43549e8e144884bbdf0f3c0595c427df [file] [log] [blame]
// "Move initializer to setUp method" "true"
public class X {
<caret>int i = 7;
@org.junit.Test
public void test() {
}
}