TysonAndre / phan

Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
Other
0 stars 0 forks source link

Consider adding `never` as a union type, separate from void/null/undefined #191

Open TysonAndre opened 6 years ago

TysonAndre commented 6 years ago

https://blog.mariusschulz.com/2016/11/18/typescript-2-0-the-never-type

Not sure if this will have many use cases