difftastic/vendored_parsers/tree-sitter-hack/test/cases/expressions/selection-with-keyword.hack

37 lines
457 B
Plaintext

$this->type();
$this->newtype();
$this->shape();
$this->tuple;
$this->clone();
$this->print();
$this->new();
$this->namespace();
$this->clone()->new()->print()->$item;
$this->bool();
$this->float();
$this->int();
$this->string();
$this->arraykey();
$this->void();
$this->nonnull();
$this->null();
$this->mixed();
$this->dynamic();
$this->noreturn();
$this->array();
$this->varray();
$this->darray();
$this->vect();
$this->dict();
$this->keyset();