blob: 6ec94dd0eca650338c45300b6b1535f01a5ab62f [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.
class Class2<T extends Object> {}
typedef Typedef2<T extends int> = Class2<T>;