Language test for unnamed-libraries

Bug: https://github.com/dart-lang/language/issues/1073
Change-Id: I9d57c86c35b5712029c610197e6ad823d34c492e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/262580
Commit-Queue: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Erik Ernst <eernst@google.com>
This commit is contained in:
Sam Rawlins 2022-10-04 16:45:21 +00:00 committed by Commit Queue
parent 97661ec1e3
commit c7fe783d11

View file

@ -0,0 +1,11 @@
// Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code as governed by a
// BSD-style license that can be found in the LICENSE file.
// SharedOptions=--enable-experiment=unnamed-libraries
/// Doc comment.
@deprecated
library;
main() {}