blob: 1402ce54557709f93fbaffc43d2f8caf2a57757b [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/part_twice.dart: Error: Can't use 'pkg/front_end/testcases/general/part_twice_part.dart' as a part more than once.
//
import self as self;
part part_twice_part.dart;
part part_twice_part.dart;