Skip to content

Commit

Permalink
add PR link
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Dec 9, 2024
1 parent 70a4453 commit 524b832
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public Boolean visitClassType(Type.ClassType lhsType, Type rhsType) {
Type rhsTypeAsSuper = types.asSuper(rhsType, lhsType.tsym);
if (rhsTypeAsSuper == null) {
// Surprisingly, this can in fact occur, in cases involving raw types. See, e.g.,
// GenericsTests#issue1082. Bail out.
// GenericsTests#issue1082 and https://github.com/uber/NullAway/pull/1086. Bail out.
return true;
}
// bail out of checking raw types for now
Expand Down

0 comments on commit 524b832

Please sign in to comment.