| library; | |
| // | |
| // Problems in library: | |
| // | |
| // pkg/front_end/testcases/regress/ambiguous_builder_02.dart:7:5: Error: 'foo' is already declared in this scope. | |
| // int foo = 42; | |
| // ^^^ | |
| // pkg/front_end/testcases/regress/ambiguous_builder_02.dart:5:5: Context: Previous declaration of 'foo'. | |
| // int foo = 42; | |
| // ^^^ | |
| // | |
| import self as self; | |
| import "dart:core" as core; | |
| static field core::int foo = 42; |