C# is adding `throw` as an expression but not `ret...
# random
k
C# is adding
throw
as an expression but not
return
,
break
and
continue
. here's the discussion about adding the other ones https://github.com/dotnet/roslyn/issues/14239