blob: cc5aa07774bc74e8f8fb358442dbb09981abce3b [file] [log] [blame]
// Formatted problems:
//
// pkg/front_end/testcases/regress/issue_29944.dart:7:7: Error: A class member can't have the same name as the enclosing class.
// var C;
// ^
library;
import self as self;
import "dart:core" as core;
class C extends core::Object {
field dynamic C;
constructor •() self::C
;
}
static method main() dynamic
;