blob: 25536d89704c9c1e48dc9a3cc03c84282ff20f73 [file] [log] [blame]
// Copyright (c) 2018, 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.
// test w/ `dart test -N prefer_generic_function_type_aliases`
typedef void F1(); // LINT
typedef F2 = void Function(); // OK