-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresin lsp/analysis serverSomething to be fixed in the Dart analysis serverSomething to be fixed in the Dart analysis serveris bugrelies on sdk changesSomething that requires changes in the Dart/Flutter SDK to ship before it will become availableSomething that requires changes in the Dart/Flutter SDK to ship before it will become available
Milestone
Description
Since today's release, this test is failing:
1) completion_item_provider
inserts full text for overrides:
AssertionError [ERR_ASSERTION]: actual: 8:52-8:52 () vs expected: 8:25-8:51 (throw UnimplementedError())
false !== true
+ expected - actual
-false
+true
at ensureTestSelection (src/test/helpers.ts:993:9)
at ensureTestContentWithSelection (src/test/helpers.ts:1004:2)
at Context.<anonymous> (src/test/dart/providers/completion_item_provider.test.ts:136:3)
It appears that after completing this code, the selection is just at the end of the throw UnimplementedError() instead of selecting it:

Metadata
Metadata
Assignees
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresin lsp/analysis serverSomething to be fixed in the Dart analysis serverSomething to be fixed in the Dart analysis serveris bugrelies on sdk changesSomething that requires changes in the Dart/Flutter SDK to ship before it will become availableSomething that requires changes in the Dart/Flutter SDK to ship before it will become available