blob: 722936850b1107f106fbda016b6b0e60af26b000 [file] [log] [blame]
public class A {
public TypeBinding getOtherFieldBindings(BlockScope scope) {
while (true) {
if (isFieldUseDeprecated(fieldBinding, scope,
(this.bits & IsStrictlyAssignedMASK) != 0
&& indexOfFirstFieldBinding == length))
;
}
}
}