blob: f260d719037d56585bd318ee03743efa00230d8e [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/enhanced_parts/missing_part_file_part.dart:7:6: Error: Error when reading 'pkg/front_end/testcases/enhanced_parts/non_existing_part_file.dart': <os-message>
// part 'non_existing_part_file.dart';
// ^
//
// pkg/front_end/testcases/enhanced_parts/missing_part_file_part.dart:7:6: Error: Can't use 'pkg/front_end/testcases/enhanced_parts/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 missing_part_file_part.dart;
part non_existing_part_file.dart;
library;
import self as self2;