blob: 0ae05dc2c354a50fc6667c3e83dce245b5a45fc5 [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 'issue54164_lib.dart' as a;
class B<A extends a.A> {}
main() => B();