blob: 516eb9cec957e36cacb580534dd7ffb4790186c1 [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
import 'a.dart';
/// B.
class B extends A {
int _private;
@override
int public;
}