Files
sdk/pkg/front_end/testcases/nnbd_mixed/main_declaration.dart
T
Johnni Winther a49217bc3a [cfe] Add test to verify legacy main method requirements
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>
2020-10-07 06:48:03 +00:00

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() {}