| Index: pkg/analyzer/lib/src/generated/resolver.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/resolver.dart b/pkg/analyzer/lib/src/generated/resolver.dart
|
| index 809feb29285d7abd2bf94d809f6da29374234acc..3be6c62f6052aa63d1f441063efbdabe324ce45b 100644
|
| --- a/pkg/analyzer/lib/src/generated/resolver.dart
|
| +++ b/pkg/analyzer/lib/src/generated/resolver.dart
|
| @@ -4323,7 +4323,7 @@ class InferenceContext {
|
| }
|
|
|
| /**
|
| - * Clear the type information assocated with [node].
|
| + * Clear the type information associated with [node].
|
| */
|
| static void clearType(AstNode node) {
|
| node?.setProperty(_typeProperty, null);
|
|
|