disable broken tests on net_4_0
[mcs.git] / docs / ecma334 / 12.3.3.11.xml
blob0264f489ecb7225629b5fb45d4424c4282b70f3b
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>