Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
armughan11 committed Oct 19, 2023
1 parent 06e816e commit 6a19f36
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ private static boolean isDirectTypeUseAnnotation(Attribute.TypeCompound t, Confi
break;
case ARRAY:
// Currently we are ignoring @Nullable annotations on type in JSpecify mode.
// Eventually, this should return true if annotation is on type.
// Eventually, this should return true, and array access should be handled
// elsewhere.
if (config.isJSpecifyMode()) {
return false;
}
Expand Down

0 comments on commit 6a19f36

Please sign in to comment.