| Index: pkg/kernel/lib/text/ast_to_text.dart
|
| diff --git a/pkg/kernel/lib/text/ast_to_text.dart b/pkg/kernel/lib/text/ast_to_text.dart
|
| index 4991490f3f2888a82cf4e1cc4cce639b667e0dc2..01cdeb83055ff4555e0cdf9bd5272eaaf5ba680a 100644
|
| --- a/pkg/kernel/lib/text/ast_to_text.dart
|
| +++ b/pkg/kernel/lib/text/ast_to_text.dart
|
| @@ -191,7 +191,7 @@ class Printer extends Visitor<Null> {
|
| Printer(this.sink,
|
| {NameSystem syntheticNames,
|
| this.showExternal,
|
| - this.showOffsets,
|
| + this.showOffsets: false,
|
| this.importTable,
|
| this.annotator: const InferredValueAnnotator()})
|
| : this.syntheticNames = syntheticNames ?? new NameSystem();
|
|
|