| library; | |
| // | |
| // Problems in library: | |
| // | |
| // pkg/front_end/testcases/general/no_name_declarations.dart:8:6: Error: Expected an identifier, but got '{'. | |
| // Try inserting an identifier before '{'. | |
| // enum { a, b, c } | |
| // ^ | |
| // | |
| import self as self; | |
| import "dart:core" as core; | |
| class C extends core::Object { | |
| synthetic constructor •() → self::C | |
| : super core::Object::•() | |
| ; | |
| } |