library; | |
// | |
// Problems in library: | |
// | |
// pkg/front_end/testcases/regress/issue_59606.dart:5:8: Error: Not found: 'package:foobar1' | |
// import 'package:foobar1' as a; | |
// ^ | |
// | |
// pkg/front_end/testcases/regress/issue_59606.dart:6:8: Error: Not found: 'package:foobar2' | |
// import 'package:foobar%32' as b; | |
// ^ | |
// | |
import self as self; | |
import "package:foobar1" as a; | |
import "package:foobar2" as b; |