difftastic/vendored_parsers/tree-sitter-hack/test/cases/declarations/attribute.hack

10 lines
151 B
Plaintext

<<Attribute, Attribute(1, 2),>>
class C {
<<Attribute, Attribute(1, 2,)>>
function method() {}
}
<<Attribute(C,), Attribute>>
function func() {
}