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