// "Move initializer to setUp method" "true-preview" public class X { int i = 7; @org.junit.Test public void test() { } }