Fixes T4286.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T4286: PhutilTypeSpec fails with classes
- Commits
- rPHU1aa6299fcdfb: Allow `PhutilTypeSpec` to work with classes and subclasses.
arc unit -- src/parser/
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
I vaguely wonder if we should have some sort of marker for class names -- this means you can not name a class int, wild, etc., and then typecheck it, but those restrictions seem fairly reasonable.
Comment Actions
Closed by commit rPHU1aa6299fcdfb (authored by @joshuaspence, committed by @epriestley).