blob: 7d820e9efaefd30ad0280c48ec33aa6e2aa35a5f [file] [log] [blame] [edit]
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::•()
;
}