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
Make sure all arguments to Java annot constructors are NamedArg's.
The Java model of annotations is unordered and name-based. Even
though we typecheck things from source with a particular ordering,
semantically we must always use `NamedArg`s to match the Java
model.
0 commit comments