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