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
We have tons of <argument>Assign</argument> in external annotations, however it seems that we do not support specifying enum values with the names of the enum members (IssuesReportWriterTest start exception):
Integer enum values are stable in JetBrains.Annotations and probably must be used instead. Or we may support the names in our code...
The text was updated successfully, but these errors were encountered:
We have tons of
<argument>Assign</argument>
in external annotations, however it seems that we do not support specifying enum values with the names of the enum members (IssuesReportWriterTest
start exception):Integer enum values are stable in
JetBrains.Annotations
and probably must be used instead. Or we may support the names in our code...The text was updated successfully, but these errors were encountered: