bobjervis / parasol

The Parasol Language and related core development tools
Apache License 2.0
2 stars 2 forks source link

throw is not seen by compiler as 'no fall through' #41

Open bobjervis opened 6 years ago

bobjervis commented 6 years ago

if you have an if-else where one branch is a 'return' but another is a 'throw' the compiler will flag the end of function as needing a return value.