blob: e6a419df04fd1a299f9f75435da1d98654230c7c [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;
// ^
// Unhandled errors:
//
// 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 = null;
constructor •() self::C
: super core::Object::•()
;
}
static method main() dynamic {
new self::C::•();
}