swift
0a4c029c
- [AST] Introduce UnreachableExpr
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[AST] Introduce UnreachableExpr This models the conversion from an uninhabited value to any type, and allows us to get rid of a couple of places where we'd attempt to drop the return statement instead.
References
#71123 - Move the single-expr return transform from Parse to Sema
Author
hamishknight
Parents
9b64990d
Loading