| Index: pkg/analyzer/test/generated/resolver_test.dart
|
| diff --git a/pkg/analyzer/test/generated/resolver_test.dart b/pkg/analyzer/test/generated/resolver_test.dart
|
| index 9fc0275df7b331769116f5dd464b19f0fcc9bd0a..52d5731cd7c1dc54dff6dc1641c4c3b198b4f76c 100644
|
| --- a/pkg/analyzer/test/generated/resolver_test.dart
|
| +++ b/pkg/analyzer/test/generated/resolver_test.dart
|
| @@ -292,7 +292,7 @@ class AnalysisContextHelper {
|
| AnalysisContext context;
|
|
|
| /**
|
| - * Creates new [AnalysisContext] using [AnalysisContextFactory#contextWithCore].
|
| + * Creates new [AnalysisContext] using [AnalysisContextFactory.contextWithCore].
|
| */
|
| AnalysisContextHelper() {
|
| context = AnalysisContextFactory.contextWithCore();
|
| @@ -8788,7 +8788,7 @@ class StaticTypeAnalyzerTest extends EngineTestCase {
|
| /**
|
| * Create a function expression that has an element associated with it, where the element has an
|
| * incomplete type associated with it (just like the one
|
| - * [ElementBuilder#visitFunctionExpression] would have built if we had
|
| + * [ElementBuilder.visitFunctionExpression] would have built if we had
|
| * run it).
|
| *
|
| * @param parameters the parameters to the function
|
|
|