blob: 148a8454a96deea01fa8e0ee900d9deef034f115 [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 file.
// @dart=2.5
export 'export_from_opt_out_lib5.dart';
class LegacyClass2 {
}
legacyMethod1() {}
extension LegacyExtension on String {
}
typedef LegacyTypedef = void Function();