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
The package scala.annotation.meta contains a couple of meta annotations that when being used are not included as symbol occurrences in SemanticDB text documents.
Example (from ScalaJS):
import scala.scalajs.annotation.JSExport
import scala.annotation.meta.field
class C(@(JSExport @field) val x)
The symbol occurrence of JSExport at line 3 is recorded whereas the field annotation isn't.
The text was updated successfully, but these errors were encountered:
The package scala.annotation.meta contains a couple of meta annotations that when being used are not included as symbol occurrences in SemanticDB text documents.
Example (from ScalaJS):
The symbol occurrence of JSExport at line 3 is recorded whereas the field annotation isn't.
The text was updated successfully, but these errors were encountered: