blob: 5baafcafd121377ed29f1469bd83a5b911a7e70f [file] [log] [blame]
// Copyright (c) 2021, 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 'dart:async';
// Introduce an aliased type.
typedef T<X> = FutureOr<X>;