difftastic/vendored_parsers/tree-sitter-hack/test/cases/declarations/class-where.hack

4 lines
133 B
Plaintext

class C <T1> extends B<T2> implements A<T3> where T2 = T3 {
private function __construct(T1 $param) where ?T1 super vec<int>, {}
}