We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97661ec commit c7fe783Copy full SHA for c7fe783
tests/language/library/unnamed_library_test.dart
@@ -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