Semantic analysis should reject ret
, next
, and break
expressions in defer
statements
#65
Labels
area: analysis
Issues related to language analyses.
area: language
Issues related to the design of the language.
area: tests
Issues related to the test suite.
Milestone
Consider:
We clearly shouldn't allow this as the
defer
statement effectively becomes a weird kind oftry
/catch
-like mechanism.The text was updated successfully, but these errors were encountered: