blob: 882704de7c7d5a06d5f5049c2d7599b0238e666d [file] [log] [blame]
// Copyright (c) 2011, 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.9
library Library_with_all_directives;
import 'Scripts/library1.dart';
import 'Scripts/library2.dart';
part 'definition_syntax_t11_lib_p1.dart';
part 'definition_syntax_t11_lib_p2.dart';
part 'definition_syntax_t11_lib_p3.dart';
class Foo {}
final int boo = 1;
void bar() {}