blob: d7138ed38309f8a2b993bc20229ea9a7022bc79e [file] [log] [blame]
// Copyright (c) 2021, 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 MyClass {
const MyClass._();
const MyClass.named() : this._();
}