blob: 3ce8e72ec6c981c658eb5787b2ce39124ab7360d [file] [log] [blame]
class Foo {
get Foo() { }
get Foo() : initializer = true { }
get Foo.x() { }
get Foo.x() : initializer = true { }
}