Chromium Code Reviews| Index: pkg/analyzer/lib/src/dart/analysis/file_state.dart |
| diff --git a/pkg/analyzer/lib/src/dart/analysis/file_state.dart b/pkg/analyzer/lib/src/dart/analysis/file_state.dart |
| index 42139e1c02ac3bed856a486f27cedb74d3388d65..4120f7f626b58fdc47d39cc2b4d5c3a948109cff 100644 |
| --- a/pkg/analyzer/lib/src/dart/analysis/file_state.dart |
| +++ b/pkg/analyzer/lib/src/dart/analysis/file_state.dart |
| @@ -588,6 +588,7 @@ class FileState { |
| new _FastaElementStoreProxy(), |
| new fasta.Scope.top(isModifiable: true), |
| true, |
| + true, |
|
scheglov
2017/07/12 21:43:46
This probably does not matter much, given that thi
Paul Berry
2017/07/12 22:20:12
Makes sense. Changed to `false`.
|
| uri); |
| astBuilder.parseGenericMethodComments = analysisOptions.strongMode; |