[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / docs / ecma334 / 12.3.3.11.xml
1 <?xml version="1.0"?>
2 <clause number="12.3.3.11" title="Throw statements">
3   <paragraph>For a statement stmt of the form <code_example><![CDATA[
4 throw expr ;  
5 ]]></code_example></paragraph>
6   <paragraph>The definite assignment state of v at the beginning of expr is the same as the definite assignment state of v at the beginning of stmt. </paragraph>
7 </clause>