Java程序  |  7行  |  107 B

package annotator.tests;

public class FieldMultiple {
  public Integer foo, bar;
  public Integer i, d;
}