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