Skip to content

Commit c7fe783

Browse files
srawlinsCommit Queue
authored and
Commit Queue
committed
Language test for unnamed-libraries
Bug: dart-lang/language#1073 Change-Id: I9d57c86c35b5712029c610197e6ad823d34c492e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/262580 Commit-Queue: Samuel Rawlins <[email protected]> Reviewed-by: Erik Ernst <[email protected]>
1 parent 97661ec commit c7fe783

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code as governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
5+
// SharedOptions=--enable-experiment=unnamed-libraries
6+
7+
/// Doc comment.
8+
@deprecated
9+
library;
10+
11+
main() {}

0 commit comments

Comments
 (0)