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