blob: 9ab322c69f593279bf2f474ad0f413d3965b983e [file] [log] [blame]
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
;
}