blob: 68ee41a0012d8db848318852778db30a31a1e22d [file] [log] [blame] [edit]
// Copyright (c) 2019, 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.
// Formatting can break multitests, so don't format them.
// dart format off
/// Part file has library and import directives.
// TODO(rnystrom): Using a multitest instead of making this a static error test
// because the error is reported in the part file and not in this file. Once
// issue #44990 is fixed, this can be a static error test.
part "script2_part.dart"; //# 01: compile-time error
main() {}