| 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 2f2a3f8e99b7aa8fd1345ce10986416922035a2e..95cbb70bebb430fee9e4876c58c68ac0c87766d5 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
|
| @@ -490,6 +490,17 @@ class B extends A {
|
| });
|
| }
|
|
|
| + test_inComment_endOfLine() {
|
| + addTestSource('''
|
| +main() {
|
| + // text ^
|
| +}
|
| +''');
|
| + return computeFull((bool result) {
|
| + assertNoSuggestions();
|
| + });
|
| + }
|
| +
|
| test_InstanceCreationExpression() {
|
| addSource(
|
| '/testA.dart',
|
|
|