Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Jun 29, 2024
1 parent 4d165b0 commit b0653e4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,6 @@ public static void compareGenericTypeParameterNullabilityForCall(
}
for (int i = 0; i < n; i++) {
Type formalParameter = formalParams.get(i).type;
// TODO also check on return types, assignments to locals, assignments to fields, etc.
if (formalParameter.isRaw()) {
// bail out of any checking involving raw types for now
return;
Expand Down

0 comments on commit b0653e4

Please sign in to comment.