| Index: pkg/compiler/lib/src/inferrer/locals_handler.dart
|
| diff --git a/pkg/compiler/lib/src/inferrer/locals_handler.dart b/pkg/compiler/lib/src/inferrer/locals_handler.dart
|
| index 014b0613b5d1926159387025bf19e111b2812574..bf353799ee8826d9355daf64402b2e5b9fef4064 100644
|
| --- a/pkg/compiler/lib/src/inferrer/locals_handler.dart
|
| +++ b/pkg/compiler/lib/src/inferrer/locals_handler.dart
|
| @@ -336,7 +336,7 @@ class LocalsHandler {
|
| inferrer.recordTypeOfNonFinalField(node, capturedAndBoxed[local], type);
|
| } else if (inTryBlock) {
|
| // We don'TypeInformation know if an assignment in a try block
|
| - // will be executed, so all assigments in that block are
|
| + // will be executed, so all assignments in that block are
|
| // potential types after we have left it. We update the parent
|
| // of the try block so that, at exit of the try block, we get
|
| // the right phi for it.
|
|
|