1 package test;2 3 public class Test {4 5 public String field;6 7 public void op(int a) {8 for (int i = 0; i < a; i++) {9 }10 }11 }