blob: b2746878e24c66cc00c9d3da2e6a99620f0d686a [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.
@Constant()
library foo;
class Constant {
const Constant();
}