Changed paths:
M pkg/analysis_server/test/lsp/source_edits_test.dart
M pkg/analysis_server/test/lsp/workspace_symbols_test.dart
M pkg/analysis_server/test/utils/lsp_protocol_extensions.dart
Log Message:
-----------
[analysis_server] Add tests for primary constructors in LSP workspace symbols
Primary constructor bodies do not currently show up here. The primary constructor entry in the results navigates to the declaration.
Changed paths:
M pkg/analysis_server/test/lsp/source_edits_test.dart
M pkg/analysis_server/test/lsp/workspace_symbols_test.dart
M pkg/analysis_server/test/utils/lsp_protocol_extensions.dart
Log Message:
-----------
[analysis_server] Add tests for primary constructors in LSP workspace symbols
Primary constructor bodies do not currently show up here. The primary constructor entry in the results navigates to the declaration.
ClassDeclarationResolutionTest_primaryConstructor_super has many failing tests.
In a next CL I will update the implementation to make them pass, and
update diagnostics offsets where necessary.