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
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
The following code results in two underlined shared, with a tooltip message of
annotated program element does not satisfy annotation constraint
ValueDeclaration is not assignable to FunctionOrValueDeclaration|ClassOrInterfaceDeclaration|ConstructorDeclaration|Package|Import
The following code results in two underlined
shared
, with a tooltip message of(I know that this is a complicated way of writing this class, that's from a tutorial.)
The class and its properties can still be used in actually running code, so the error is just wrong.
This might be related to #660, which has the same error for a constructor.
The text was updated successfully, but these errors were encountered: