blob: d2f5b89764ced63bda8a7ae82ffbdc4130b81cc6 [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 •() void
;
set A(dynamic v) dynamic
;
}
static method main() dynamic
;