blob: cdc9d4d8fbddf56553e4e04f5d44eeac2534fa3a [file] [log] [blame]
// Copyright (c) 2014, 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.
class C {}
class Const {
const Const();
}
const constantInstance = const Const();