Searched refs:fieldB (Results 1 – 2 of 2) sorted by relevance
24 int fieldB; field in Main.B40 int b = inst2.fieldB; in testLoop()41 inst2.fieldB = b + 2 * i; in testLoop()44 assertIntEquals(inst2.fieldB, 2450); in testLoop()
2128 public Object fieldB = "123"; field in Main.LookupCheckA