Closed BSteffaniak closed 7 years ago
Throw expressions should take on the expected type, for compilation reasons.
e.g.
visible Int days => throw new InfiniteIntervalException("days")
should return a type of Int
Int
7d958e1
Throw expressions should take on the expected type, for compilation reasons.
e.g.
should return a type of
Int