blob: 6945ac23239295f560eea2e03a3c56605ed9ce3a [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/missing_part_file.dart:5:6: Error: Error when reading 'pkg/front_end/testcases/general/non_existing_part_file.dart': <os-message>
// part 'non_existing_part_file.dart';
// ^
//
// pkg/front_end/testcases/general/missing_part_file.dart:5:6: Error: Can't use 'pkg/front_end/testcases/general/non_existing_part_file.dart' as a part, because it has no 'part of' declaration.
// part 'non_existing_part_file.dart';
// ^
//
import self as self;
part non_existing_part_file.dart;
library;
import self as self2;