blob: 762686f19c9cf1f4f2b9a3d24a0a2ddb8d266eb1 [file] [log] [blame]
// 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?