// Copyright (c) 2022, 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. | |
// Part file preventing promotion in `field_promotion_name_conflicts_test.dart`. | |
part of 'field_promotion_name_conflicts_test.dart'; | |
abstract class B { | |
int? get _f11 => 0; | |
} |