blob: c04cd0d2dc3cf06ef789b69a38028c4fd8ebd378 [file] [log] [blame]
// 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.dart`.
part of 'field_promotion_name_conflicts.dart';
abstract class E {
int? get _f11 => 0;
}