| Index: pkg/analysis_server/test/services/completion/imported_reference_contributor_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/imported_reference_contributor_test.dart b/pkg/analysis_server/test/services/completion/imported_reference_contributor_test.dart
|
| index 54ad5e1d3f51cf6d3850637648bbead1fac8da55..1afd44a41183bb85e642bed4432052ab9ac91070 100644
|
| --- a/pkg/analysis_server/test/services/completion/imported_reference_contributor_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/imported_reference_contributor_test.dart
|
| @@ -257,6 +257,13 @@ class ImportedReferenceContributorTest extends AbstractSelectorSuggestionTest {
|
| });
|
| }
|
|
|
| + test_Assert() {
|
| + addTestSource('main() {assert(^)}');
|
| + return computeFull((bool result) {
|
| + assertSuggestClass('String');
|
| + });
|
| + }
|
| +
|
| @override
|
| test_AssignmentExpression_RHS() {
|
| return super.test_AssignmentExpression_RHS().then((_) {
|
|
|