blob: e8f21d52151b8402947d3f7a9807b2fcabf3e40e [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.
*/
library Library_with_all_directives;
import '4_Library1.dart';
import '4_Library2.dart';
part '13_Libraries_and_Scripts_A04_t20_lib_p1.dart';
part '13_Libraries_and_Scripts_A04_t20_lib_p2.dart';
part '13_Libraries_and_Scripts_A04_t20_lib_p3.dart';
class Foo {}
final int boo = 1;
void bar() {}