blob: 91ef426ada709a0547488cb71f327a8da2830194 [file] [log] [blame]
// Copyright (c) 2013, 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.
// @dart = 2.9
class Imported {
const Imported();
const Imported.named();
static const CONSTANT = 0;
}