Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit e88c829

Browse files
committed
Copyright
1 parent 63b2706 commit e88c829

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/rules/experiments/nnbd/rules/void_checks.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
5+
// test w/ `pub run test -N void_checks`
6+
17
import 'dart:async';
28

39
void emptyFunctionExpressionReturningFutureOrVoid(FutureOr<void> Function() f) {

0 commit comments

Comments
 (0)