Searched refs:fieldA (Results 1 – 2 of 2) sorted by relevance
18 int fieldA; field in Main.A38 int a = inst1.fieldA; in testLoop()39 inst1.fieldA = a + i; in testLoop()43 assertIntEquals(inst1.fieldA, 1225); in testLoop()
2127 public String fieldA = "123"; field in Main.LookupCheckA