a49217bc3a
Change-Id: I3173d85ffe1d92840458fb28fcf2073bec3899ad Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/166241 Reviewed-by: Jens Johansen <jensj@google.com> Commit-Queue: Johnni Winther <johnniwinther@google.com>
10 lines
278 B
Dart
10 lines
278 B
Dart
// Copyright (c) 2020, 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.8
|
|
|
|
import 'main_declaration_lib.dart';
|
|
|
|
main() {}
|