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; |