blob: e1f91ac8308dfbe8cb2688b2b2822a80f3bfd265 [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.
// @dart=2.9
import 'opt_in_lib.dart';
class SubClass extends Class with Mixin {}