blob: d6b8a46adde8c7dae7575c425e8bb4c1c0992f20 [file] [log] [blame]
// @dart = 2.9
class Foo {
get Foo() {}
get Foo() : initializer = true {}
get Foo.x() {}
get Foo.x() : initializer = true {}
}