| Index: pkg/analysis_server/test/protocol_server_test.dart
|
| diff --git a/pkg/analysis_server/test/protocol_server_test.dart b/pkg/analysis_server/test/protocol_server_test.dart
|
| index 65b94c8a7663c0516061f4ddfc234f99fbf2c574..362d9d4c2fed455382f94fc65b9d8c573392ae67 100644
|
| --- a/pkg/analysis_server/test/protocol_server_test.dart
|
| +++ b/pkg/analysis_server/test/protocol_server_test.dart
|
| @@ -304,7 +304,7 @@ class A {
|
| expect(location.startColumn, 16);
|
| }
|
| expect(element.parameters, isNull);
|
| - expect(element.returnType, isNull);
|
| + expect(element.returnType, 'dynamic');
|
| expect(element.flags, Element.FLAG_CONST | Element.FLAG_STATIC);
|
| }
|
|
|
|
|