blob: b64972ef433ec849a8664d821aed772fbb5b9d06 [file] [log] [blame]
// Copyright (c) 2018, 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 {
const C();
method() => print("1");
}