You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msridhar
changed the title
JSpecify: work around missing type annotations in (some?) var-declared variables
JSpecify: work around missing type annotations in cast expressions
Aug 19, 2024
msridhar
changed the title
JSpecify: work around missing type annotations in cast expressions
JSpecify: work around missing type annotations in cast expression types
Aug 19, 2024
E.g., for this:
The type of
(A<@Nullable String>) o
provided byjavac
isA<String>
, notA<@Nullable String>
. We should work around this.The text was updated successfully, but these errors were encountered: