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