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