blob: 5a23618935ee2fdd8d4d5e5cdf9fb4666f5021a5 [file] [log] [blame]
// Copyright (c) 2020, 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.md file.
import 'mix_in_private_lib.dart';
class A {}
class C = A with Private;
main() {}