blob: 3838f63f3b32bc2ee19f307435a92243bb5a2a9e [file] [log] [blame]
// Copyright (c) 2023, 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.
import 'inherited_representation_field.dart';
extension type D(int _d) implements C {}
extension type F(int _f) implements E {
methodD() => _d;
}