blob: 6dbe951d5a5be5c06a541c3933da0850608eb224 [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.9
export 'export_from_opt_out_lib5.dart';
class LegacyClass2 {}
legacyMethod1() {}
extension LegacyExtension on String {}
typedef LegacyTypedef = void Function();