| // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file | |
| // for details. All rights reserved. Use of this source code is governed by a | |
| // BSD-style license that can be found in the LICENSE file. | |
| /// Values used only for debugging type inference. | |
| library; | |
| const bool verbose = false; | |
| const bool printSummary = false; | |
| const bool anomalyWarn = false; | |
| bool printGraph = false; | |
| bool printGraphAllNodes = false; // Include useless nodes? |