blob: 8443c670f70c17423f3d5da7bab4aa5b2fe3a8fd [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.
// @dart=2.9
// test w/ `pub run test -N avoid_private_typedef_functions`
part 'part.dart';
typedef void _FL1(); // LINT
typedef void _FL2(); // OK
_FP1 fp1l() => null;
_FP2 fp2l() => null;
_FL2 fl2l() => null;